Sha256: ea0e3ece80f504bf1e2d026da2ff4475553e5e4a1476bd21e1f24a9dab3dc04d

Contents?: true

Size: 528 Bytes

Versions: 10

Compression:

Stored size: 528 Bytes

Contents

<table class="table table-striped table-bordered">
  <tr>
   <th><%= t("section.name") %></th>
   <th><%= t("section.description") %></th>
   <th><%= t("actions") %></th>
  </tr>
  <% sections.each do |section| %>
        <tr>
          <td><%= link_to section.name, section_path(section) %></td>
          <td><%= strip_tags section.description %></td>
          <td>
            <%= render 'shared/edit_icon_button', resource: section, resource_name: @model.display_name %>
          </td>
        </tr>
  <% end %>

</table>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
adminpanel-2.2.5 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.2.4 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.2.3 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.2.2 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.2.1 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.2.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.1.7 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.1.6 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.1.5 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.1.3 app/views/adminpanel/sections/_sections_table.html.erb