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