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