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

Ajax

开发平台:

Others

  1. <% @page_heading = _("Tags") %>
  2. <% content_for('tasks') do %>
  3. <% end %>
  4. <p><%= _("Are you sure you want to delete the tag")%> '<%= @tag[:display_name] %>'?</p>
  5. <% form_tag :controller => '/admin/tags', :action => 'destroy' do %>
  6. <input type="hidden" name="id" value="<%= @tag[:id]%>">
  7. <%= confirm_delete(_("Delete this tag")) %>
  8. <% end %>