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