Patch #1202 » view_the_whole_file_patch.txt
1 |
Index: app/views/repositories/revision.rhtml |
---|---|
2 |
=================================================================== |
3 |
--- app/views/repositories/revision.rhtml (revision 1378) |
4 |
+++ app/views/repositories/revision.rhtml (working copy) |
5 |
@@ -49,8 +49,9 @@ |
6 |
<td><div class="square action_<%= change.action %>"></div> <%= change.path %> <%= "(#{change.revision})" unless change.revision.blank? %></td> |
7 |
<td align="right"> |
8 |
<% if change.action == "M" %> |
9 |
-<%= link_to l(:label_view_diff), :action => 'diff', :id => @project, :path => without_leading_slash(change.path), :rev => @changeset.revision %> |
10 |
+<%= link_to l(:label_view_diff), :action => 'diff', :id => @project, :path => without_leading_slash(change.path), :rev => @changeset.revision %> | |
11 |
<% end %> |
12 |
+<%= link_to l(:button_view), :action => 'entry', :id => @project, :path => without_leading_slash(change.path), :rev => @changeset.revision %> |
13 |
</td> |
14 |
</tr> |
15 |
<% end %> |