Sha256: 746e9e18c758ceab912a25c2a14ba5428cf3349b8c47f8e2d10b383c055dd7e3

Contents?: true

Size: 526 Bytes

Versions: 33

Compression:

Stored size: 526 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 'adminpanel/icons/edit', resource: section, resource_name: @model.display_name %>
          </td>
        </tr>
  <% end %>

</table>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
adminpanel-3.6.1 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.6.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.5.1 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.5.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.4.7 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.4.6 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.4.5 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.4.4 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.4.3 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.4.2 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.4.1 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.4.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.3.4 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.3.3 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.3.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.2.1 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.2.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.1.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-3.0.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.6.1 app/views/adminpanel/sections/_sections_table.html.erb