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