fix experience_type edit button

This commit is contained in:
manson 2014-07-02 14:30:02 +08:00
parent 90deeb15d9
commit 36a08d2480
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<td><%= list_experience_type.title %></td>
<td class="span2">
<a href="<%= edit_admin_experience_type_path(list_experience_type) %>#author_type_modal" data-toggle="modal" data-remote="true" class="action"><%= t(:edit) %></a>
<a href="<%= edit_admin_experience_type_path(list_experience_type) %>#experience_type_modal" data-toggle="modal" data-remote="true" class="action"><%= t(:edit) %></a>
<%= link_to t(:delete_), admin_experience_type_path(list_experience_type), "data-confirm" => t('sure?'), :method => :delete, :remote => true,:class=>"archive_toggle action" %>
</td>
</tr>