Sha256: 8e329fa20afd4c66880393a3980558d8cf44614d49fb20a79dd8a1ce796b1a0e

Contents?: true

Size: 382 Bytes

Versions: 6

Compression:

Stored size: 382 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>
  <% form_tag :controller => '/admin/pages', :action => 'destroy' do %>
  <%= hidden_field "page", "id" %>
  <%= confirm_delete(_("Delete this page")) %>
  <% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/pages/destroy.rhtml
typo-5.0.1 app/views/admin/pages/destroy.html.erb
typo-5.0.2 app/views/admin/pages/destroy.html.erb
typo-5.0.3.98.1 app/views/admin/pages/destroy.html.erb
typo-5.0 app/views/admin/pages/destroy.html.erb
typo-5.0.3.98 app/views/admin/pages/destroy.html.erb