##// END OF EJS Templates
Replace hardcoded string "diff" in Wiki#show (#9043)....
Toshi MARUYAMA -
r6305:b8516722c0f5
parent child
Show More
@@ -19,7 +19,7
19 :action => 'show', :id => @page.title, :project_id => @page.project,
19 :action => 'show', :id => @page.title, :project_id => @page.project,
20 :version => (@content.version - 1)) + " - " if @content.version > 1 %>
20 :version => (@content.version - 1)) + " - " if @content.version > 1 %>
21 <%= "#{l(:label_version)} #{@content.version}/#{@page.content.version}" %>
21 <%= "#{l(:label_version)} #{@content.version}/#{@page.content.version}" %>
22 <%= '(' + link_to('diff', :controller => 'wiki', :action => 'diff',
22 <%= '(' + link_to(l(:label_diff), :controller => 'wiki', :action => 'diff',
23 :id => @page.title, :project_id => @page.project,
23 :id => @page.title, :project_id => @page.project,
24 :version => @content.version) + ')' if @content.version > 1 %> -
24 :version => @content.version) + ')' if @content.version > 1 %> -
25 <%= link_to((l(:label_next) + " \xc2\xbb"), :action => 'show',
25 <%= link_to((l(:label_next) + " \xc2\xbb"), :action => 'show',
General Comments 0
You need to be logged in to leave comments. Login now