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

Version Path
typo-3.99.0 app/views/admin/pages/destroy.rhtml
typo-3.99.2 app/views/admin/pages/destroy.rhtml
typo-3.99.1 app/views/admin/pages/destroy.rhtml
typo-3.99.3 app/views/admin/pages/destroy.rhtml
typo-4.0.2 app/views/admin/pages/destroy.rhtml
typo-4.0.1 app/views/admin/pages/destroy.rhtml
typo-3.99.4 app/views/admin/pages/destroy.rhtml
typo-4.0.0 app/views/admin/pages/destroy.rhtml
typo-4.0.3 app/views/admin/pages/destroy.rhtml