diff options
Diffstat (limited to 'app/views/wiki/diff.rhtml')
-rw-r--r-- | app/views/wiki/diff.rhtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/wiki/diff.rhtml b/app/views/wiki/diff.rhtml index 8db2df008..512d41082 100644 --- a/app/views/wiki/diff.rhtml +++ b/app/views/wiki/diff.rhtml @@ -1,7 +1,6 @@ <div class="contextual"> <%= link_to(l(:button_edit), {:action => 'edit', :page => @page.title}, :class => 'icon icon-edit') %> <%= link_to(l(:label_history), {:action => 'history', :page => @page.title}, :class => 'icon icon-history') %> -<%= link_to(l(:label_page_index), {:action => 'special', :page => 'Page_index'}, :class => 'icon icon-index') %> </div> <h2><%= @page.pretty_title %></h2> |