Sha256: f2bfb03736ab9391e144281db9aeeebbd9c2380ddd0bb8cb8546499122c5218f
Contents?: true
Size: 447 Bytes
Versions: 6
Compression:
Stored size: 447 Bytes
Contents
<table class="table table-bordered table-hover autowidth"> <% attributes.each do |attribute| %> <tr> <th><%%= t('attributes.<%= attribute.name %>')%>:</th> <td><%%= @<%= singular_table_name %>.<%= attribute.name %> %></td> </tr> <% end -%> </table> <div role="toolbar"> <%%= back_link %> <%%= edit_link(@<%= singular_table_name %>) %> <%%= delete_link(@<%= singular_table_name %>) %> <%%= new_link <%= class_name %> %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems