personal_plugin_generator/template_generator/app/views/admin/plugin_templates/_plugin_templates.html.erb

7 lines
205 B
Plaintext
Raw Normal View History

2021-02-28 09:19:14 +00:00
<% @plugin_templates.each do |plugin_template| %>
2021-02-28 09:58:51 +00:00
<tr id="<%= dom_id plugin_template %>" class="with_action">
2021-03-03 07:44:42 +00:00
parse_again_start
2021-02-28 09:19:14 +00:00
<td> backend_index_fields_contents </td>
2021-03-03 07:44:42 +00:00
parse_again_end
2021-02-28 09:19:14 +00:00
</tr>
<% end %>