Sha256: a7fa61371a160b69334ab58c622ad7818b8bea7fb5fc43a33815b301f81c2728
Contents?: true
Size: 511 Bytes
Versions: 17
Compression:
Stored size: 511 Bytes
Contents
<%- if options[:metatags] %> <h1><%%%= title('<%%= singular_table_name.titleize %>') %></h1> <%- else -%> <h1><%%= plural_table_name.titleize %></h1> <%- end -%> <dl> <%% attributes.reject(&:password_digest?).each do |attribute| -%> <dt><%%= attribute.human_name %>:</dt> <dd><%%%= @<%%= singular_table_name %>.<%%= attribute.name %> %></dd> <%% end -%> </dl> <%%%= link_to 'Edit', edit_<%%= singular_table_name %>_path(@<%%= singular_table_name %>) %> | <%%%= link_to 'Back', <%%= index_helper %>_path %>
Version data entries
17 entries across 17 versions & 1 rubygems