##// 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 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('diff', :controller => 'repositories',
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