Sha256: e0c7338ab5b6a2b0d7425b5c6fd168f3907068627eade5dc06946b780e2fc7bb
Contents?: true
Size: 550 Bytes
Versions: 1
Compression:
Stored size: 550 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adminpanel-0.1.1 | app/views/adminpanel/sections/_sections_table.html.erb |