diff options
Diffstat (limited to 'app/views/repositories/diff.rhtml')
-rw-r--r-- | app/views/repositories/diff.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/diff.rhtml b/app/views/repositories/diff.rhtml index eb8777de4..1671e44df 100644 --- a/app/views/repositories/diff.rhtml +++ b/app/views/repositories/diff.rhtml @@ -1,4 +1,4 @@ -<h2><%= render :partial => 'navigation', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2> +<h2><%= l(:label_revision) %> <%= @rev %>: <%= @path.gsub(/^.*\//, '') %></h2> <% parsing = false line_num_l = 0 |