@@ -103,7 +103,7 module RepositoriesHelper | |||||
103 | :path => path_param, |
|
103 | :path => path_param, | |
104 | :rev => @changeset.identifier) unless c.action == 'D' |
|
104 | :rev => @changeset.identifier) unless c.action == 'D' | |
105 | text << " - #{h(c.revision)}" unless c.revision.blank? |
|
105 | text << " - #{h(c.revision)}" unless c.revision.blank? | |
106 |
text << ' (' + link_to( |
|
106 | text << ' (' + link_to(l(:label_diff), :controller => 'repositories', | |
107 | :action => 'diff', |
|
107 | :action => 'diff', | |
108 | :id => @project, |
|
108 | :id => @project, | |
109 | :path => path_param, |
|
109 | :path => path_param, |
General Comments 0
You need to be logged in to leave comments.
Login now