Patch #11022 ยป back-link-to-rev-from-diff.patch
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 %> |