Sha256: e773d430c7216c76ea85487f4add10f4d64e43177668af50ca6f898523b1e5a2

Contents?: true

Size: 327 Bytes

Versions: 14

Compression:

Stored size: 327 Bytes

Contents

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

  <% content_for('tasks') do %>
    <%= task_overview %>
  <% 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

14 entries across 14 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/categories/destroy.html.erb
typo-5.4.4 app/views/admin/categories/destroy.html.erb
typo-5.4.3 app/views/admin/categories/destroy.html.erb
typo-5.4.2 app/views/admin/categories/destroy.html.erb
typo-5.4.1 app/views/admin/categories/destroy.html.erb
typo-5.4 app/views/admin/categories/destroy.html.erb
typo-5.1.1 app/views/admin/categories/destroy.html.erb
typo-5.1.2 app/views/admin/categories/destroy.html.erb
typo-5.1.3 app/views/admin/categories/destroy.html.erb
typo-5.1 app/views/admin/categories/destroy.html.erb
typo-5.1.98 app/views/admin/categories/destroy.html.erb
typo-5.2.98 app/views/admin/categories/destroy.html.erb
typo-5.2 app/views/admin/categories/destroy.html.erb
typo-5.3 app/views/admin/categories/destroy.html.erb