##// END OF EJS Templates
Remove edit link on wiki page diff (#4346)....
Jean-Philippe Lang -
r3014:aab6e6886555
parent child
Show More
@@ -1,5 +1,4
1 <div class="contextual">
1 <div class="contextual">
2 <%= link_to(l(:button_edit), {:action => 'edit', :page => @page.title}, :class => 'icon icon-edit') %>
3 <%= link_to(l(:label_history), {:action => 'history', :page => @page.title}, :class => 'icon icon-history') %>
2 <%= link_to(l(:label_history), {:action => 'history', :page => @page.title}, :class => 'icon icon-history') %>
4 </div>
3 </div>
5
4
General Comments 0
You need to be logged in to leave comments. Login now