##// END OF EJS Templates
Replace hardcoded string "diff" in Repositories_Helper (#9043)....
Toshi MARUYAMA -
r6304:9887ed71710f
parent child
Show More
@@ -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('diff', :controller => 'repositories',
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