Sha256: 617d6749938496bfbd9ba4d23ca935805ce6dd234ecb130eccf0ae709d551672

Contents?: true

Size: 521 Bytes

Versions: 5

Compression:

Stored size: 521 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

5 entries across 5 versions & 1 rubygems

Version Path
adminpanel-2.1.2 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.1.1 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.1.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.0.1 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-2.0.0 app/views/adminpanel/sections/_sections_table.html.erb