Sha256: 59b89c7fe3e6b4f542d52b2d215143b46d0b15c3c0a6ac1b6c3f9cb8908e0fbd
Contents?: true
Size: 516 Bytes
Versions: 41
Compression:
Stored size: 516 Bytes
Contents
<%%= content_for :menu do %> <%%= icon_to 'modifier.png', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %> <%%= icon_to 'navigation90.png', <%= table_name %>_path %> <%% end -%> <div class="champ"> <h3>Fiche <%%= I18n::t('<%= singular_table_name %>') %></h3> </div> <div class="row-fluid inner-champ"> <% for attribute in attributes -%> <p> <b> <%%= I18n::t('<%= attribute.name %>') %><%= %>:</b> <%%= @<%= singular_table_name %>.<%= attribute.name %> %> </p> <% end -%> </div>
Version data entries
41 entries across 41 versions & 1 rubygems