Sha256: 8bae69b09c54eac7ce408f205643c381288daeb24770366c199d11a490a1cd58
Contents?: true
Size: 457 Bytes
Versions: 17
Compression:
Stored size: 457 Bytes
Contents
<%- if options[:metatags] %> %h1= title('<%%= singular_table_name.titleize %>') <%- else -%> %h1 <%%= singular_table_name.titleize %> <%- end -%> %dl <%% attributes.reject(&:password_digest?).each do |attribute| -%> %dt <%%= attribute.human_name %>: %dd= @<%%= singular_table_name %>.<%%= attribute.name %> <%% end -%> = 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