Fix tag delete

This commit is contained in:
chris 2013-05-23 17:42:12 +08:00
parent 2f7389ae24
commit e68793afc3
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
</div>
<div class="action">
<%= 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 %>
</div>
</div>