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