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