Sha256: 7f9308c5ec95c40584d0154f83315032e195847e3f6ff18e7f6c7b76ba50e5cf
Contents?: true
Size: 468 Bytes
Versions: 15
Compression:
Stored size: 468 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 class="btn-toolbar" role="toolbar"> <%%= back_link %> <%%= edit_link(@<%= singular_table_name %>) %> <%%= delete_link(@<%= singular_table_name %>) %> <%%= new_link <%= class_name %> %> </div>
Version data entries
15 entries across 15 versions & 1 rubygems