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