Sha256: be81811517fe62a8571581163d6cca309bfe9fb624bd79ab829381989feae2da

Contents?: true

Size: 534 Bytes

Versions: 15

Compression:

Stored size: 534 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>
            <%= link_to content_tag(:i, nil, :class => 'icon-pencil'), edit_section_path(section), :title => "Editar" %>
          </td>
        </tr>
	<% end %>

</table>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
adminpanel-1.2.12 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.11 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.10 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.9 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.8 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.7 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.6 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.5 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.4 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.3 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.2 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.1 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.2.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.1.0 app/views/adminpanel/sections/_sections_table.html.erb
adminpanel-1.0.0 app/views/adminpanel/sections/_sections_table.html.erb