Sha256: 3e8030114c3b89c128744054bf223789e1634d97f668b13bfc9680dd1ea25fe9

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 Bytes

Contents

<ul class="wiki_page_actions">
  <%= content_tag('li', link_to( wt( 'History' ), wiki_page_history_path(@page) )) if history_allowed? %>
  <%= content_tag('li', link_to( wt( 'Edit' ), wiki_page_edit_path(@page) )) if edit_allowed? %>
  <%= content_tag('li', link_to( wt( 'Destroy' ), wiki_page_path(@page), :method => :delete, :confirm => wt( "Destroyed page cann't be restored. Are you ready for it?" ) )) if destroy_allowed? %>
</ul>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
irwi-0.4.1 app/views/base_wiki_pages/_wiki_page_actions.html.erb