personal-patent/app/views/admin/patents/_list_patent_type.html.erb

8 lines
446 B
Plaintext

<tr id="<%= dom_id list_patent_type %>">
<td><%= list_patent_type.title %></td>
<td class="span2">
<a href="<%= edit_admin_patent_type_path(list_patent_type) %>#patent_type_modal" data-toggle="modal" data-remote="true" class="action"><%= t(:edit) %></a>
<%= link_to t(:delete_), admin_patent_type_path(list_patent_type), "data-confirm" => t('sure?'), :method => :delete, :remote => true,:class=>"archive_toggle action" %>
</td>
</tr>