Sha256: 188aa34aedce9ffb0873e0fd9aa3b754a960d55b8607433f0fb1a0e0481d6490
Contents?: true
Size: 1.15 KB
Versions: 10
Compression:
Stored size: 1.15 KB
Contents
<% content_for :content do %><% concat render @template_service.on_page_select_block %><table class="table-box"><% concat render @template_service.table_head_block, { :list_fields => @list_fields } %><tbody class="table-content" data-sortable="false"><% @items.each do |item| %><tr id="item_<%= item.id %>" class="table-line" data-id="<%= item.id %>"><% @list_fields.each do |field| %><td class="table-item"><%= display_item_value(item, field) %></td><% end %><td class="table-item"> <span class="table-actions"><% concat button_to t('rademade_admin.unlink'), admin_unlink_uri(item, params[:parent], params[:parent_id]), { :method => :patch, :form => { :class => 'delete-item-form' } } %></span> </td> </tr><% end %></tbody> </table><% concat render @template_service.pagination_block end %>
Version data entries
10 entries across 10 versions & 1 rubygems