Project

General

Profile

Patch #11022 ยป back-link-to-rev-from-diff.patch

Oleg Kandaurov, 2012-05-24 21:17

View differences:

app/views/repositories/diff.html.erb (working copy)
1
<h2><%= l(:label_revision) %> <%= @diff_format_revisions %> <%=h @path %></h2>
1
<h2><%= l(:label_revision) %> <%= link_to_revision(@changeset, @project, :text => @diff_format_revisions) %> <%=h @path %></h2>
2 2

  
3 3
<!-- Choose view type -->
4 4
<%= form_tag({:path => to_path_param(@path)}, :method => 'get') do %>
    (1-1/1)