##// END OF EJS Templates
Remove edit link on wiki page diff (#4346)....
Jean-Philippe Lang -
r3014:aab6e6886555
parent child
Show More
@@ -1,18 +1,17
1 1 <div class="contextual">
2 <%= link_to(l(:button_edit), {:action => 'edit', :page => @page.title}, :class => 'icon icon-edit') %>
3 2 <%= link_to(l(:label_history), {:action => 'history', :page => @page.title}, :class => 'icon icon-history') %>
4 3 </div>
5 4
6 5 <h2><%= @page.pretty_title %></h2>
7 6
8 7 <p>
9 8 <%= l(:label_version) %> <%= link_to @diff.content_from.version, :action => 'index', :page => @page.title, :version => @diff.content_from.version %>
10 9 <em>(<%= @diff.content_from.author ? @diff.content_from.author.name : "anonyme" %>, <%= format_time(@diff.content_from.updated_on) %>)</em>
11 10 &#8594;
12 11 <%= l(:label_version) %> <%= link_to @diff.content_to.version, :action => 'index', :page => @page.title, :version => @diff.content_to.version %>/<%= @page.content.version %>
13 12 <em>(<%= @diff.content_to.author ? @diff.content_to.author.name : "anonyme" %>, <%= format_time(@diff.content_to.updated_on) %>)</em>
14 13 </p>
15 14
16 15 <hr />
17 16
18 17 <%= html_diff(@diff) %>
General Comments 0
You need to be logged in to leave comments. Login now