Sha256: 450d48cb68e9c0facb4fde408593e0ac5a84ff000f381ec7cb0a23dcde4122b0
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
<ul class="wiki_page_actions"> <%= content_tag('li', link_to( wt( 'List pages' ), wiki_all_path)) %> <%= 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 can't be restored. Are you sure?" ) )) if destroy_allowed? %> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
irwi-0.5.0 | app/views/base_wiki_pages/_wiki_page_actions.html.erb |