personal_plugin_generator/app/views/admin/personal_plugin_fields/template_generator/app/views/admin/plugin_templates/_course_category.html.erb

8 lines
500 B
Plaintext

<tr id="<%= dom_id course_category %>" data-type-id="<%= course_category.id.to_s %>">
<td><%= course_category.title %></td>
<td class="span2">
<a href="<%= edit_admin_course_category_path(course_category) %>#course_category_modal" data-toggle="modal" data-remote="true" class="action"><%= t(:edit) %></a>
<%= link_to t(:delete_), admin_course_category_path(course_category), "data-confirm" => t('sure?'), :method => :delete, :remote => true,:class=>"archive_toggle action" %>
</td>
</tr>