Sha256: fec98f00081460322cdfe0619a33411650d6ccabe8bac47fd9734618576f3296

Contents?: true

Size: 354 Bytes

Versions: 9

Compression:

Stored size: 354 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>
  <%= start_form_tag :action => "destroy", :id => @category.id %>
  <%= confirm_delete("Delete this category") %>
  <%= end_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

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