Chris@0: <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %> Chris@0: Chris@0:
<%= line_num %> | Chris@909:Chris@1115: <%= (revision.identifier ? link_to_revision(revision, @repository) : format_revision(revision)) if revision && revision != previous_revision %> | Chris@1115:<%= h(revision.author.to_s.split('<').first) if revision && revision != previous_revision %> | Chris@1115:<%= line.html_safe %> |
Chris@909:
---|