personal_plugin_generator/app/views/admin/personal_plugin_fields/template_generator/app/views/admin/plugin_templates/_plugin_template_related.ht...

7 lines
511 B
Plaintext

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