destroy.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1.   <% @page_heading = _('Categories') %>
  2.   <% content_for('tasks') do %>
  3.     <%= task_overview %>
  4.   <% end %>
  5.   <p><%= _("Are you sure you want to delete the category ")%> '<%= @category.name %>'?</p>
  6.   <% form_tag :action => "destroy", :id => @category.id do %>
  7.   <%= confirm_delete(_("Delete this category")) %>
  8.   <% end %>