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