Sha256: 7dc5c72d78a37bdd958e6bfc6d6be0e616840ae4505d2b1dae20e9aefe3c5358

Contents?: true

Size: 361 Bytes

Versions: 7

Compression:

Stored size: 361 Bytes

Contents

  <% @page_heading = _('Categories') %>

  <% content_for('tasks') do %>
    <%= task_show _('Show this category'), @category.id %>
  <% end %>

  <p><%= _("Are you sure you want to delete the category ")%> '<%= @category.name %>'?</p>
  <% form_tag :action => "destroy", :id => @category.id do %>
  <%= confirm_delete(_("Delete this category")) %>
  <% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

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