From e68793afc32f85cf0a0a44fb8a737b399a9991dd Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 23 May 2013 17:42:12 +0800 Subject: [PATCH] Fix tag delete --- app/views/admin/tags/_tag.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/tags/_tag.html.erb b/app/views/admin/tags/_tag.html.erb index d8e43df26..0691e9394 100644 --- a/app/views/admin/tags/_tag.html.erb +++ b/app/views/admin/tags/_tag.html.erb @@ -8,6 +8,6 @@
<%= link_to t(:edit), edit_admin_tag_path(tag, :module_app_id => @module_app_id), :remote => true %> - <%= link_to t(:delete_), admin_tag_path(tag), :confirm => t('sure?'), :method => :delete, :remote => true %> + <%= link_to t(:delete_), admin_tag_path(tag, :module_app_id => @module_app_id), :confirm => t('sure?'), :method => :delete, :remote => true %>
\ No newline at end of file