Sha256: 9c26c24218040a51d2933ab35c374c7406c66b07d2f920d9ffd74743cf35d3f2
Contents?: true
Size: 370 Bytes
Versions: 9
Compression:
Stored size: 370 Bytes
Contents
<% @page_heading = 'Pages' %> <% content_for('tasks') do %> <%= task_show "Show this page", @page.id %> <% end %> <p>Are you sure you want to delete the page '<%= @page[:name] %>'?</p> <%= start_form_tag :controller => 'pages', :action => 'destroy' %> <%= hidden_field "page", "id" %> <%= confirm_delete("Delete this page") %> <%= end_form_tag %>
Version data entries
9 entries across 9 versions & 1 rubygems