Skip to content

Commit 3b68263

Browse files
kfischer-okarinRedmine Patch Meetup
authored andcommitted
Add simple dummy link
1 parent b69a4c2 commit 3b68263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/wiki/show.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<%= link_to_if_authorized(l(:button_lock), {:action => 'protect', :id => @page.title, :protected => 1}, :method => :post, :class => 'icon icon-lock') if !@page.protected? %>
1616
<%= link_to_if_authorized(l(:button_unlock), {:action => 'protect', :id => @page.title, :protected => 0}, :method => :post, :class => 'icon icon-unlock') if @page.protected? %>
1717
<%= link_to_if_authorized(l(:button_rename), {:action => 'rename', :id => @page.title}, :class => 'icon icon-move') %>
18+
<%= link_to('Delete redirect from CookBook_documentation', {} , :class => 'icon icon-link-break') %>
1819
<%= link_to_if_authorized(l(:button_delete), {:action => 'destroy', :id => @page.title}, :method => :delete, :data => {:confirm => l(:text_are_you_sure)}, :class => 'icon icon-del') %>
1920
<% else %>
2021
<%= link_to_if_authorized(l(:button_rollback), {:action => 'edit', :id => @page.title, :version => @content.version }, :class => 'icon icon-cancel') %>

0 commit comments

Comments
 (0)