Sha256: 5cc3e843e08c2afbd2251923ce47335fbd7ce05b87da5fca3687410cc0f1d1b0
Contents?: true
Size: 499 Bytes
Versions: 9
Compression:
Stored size: 499 Bytes
Contents
<%- if options[:metatags] -%> h3.ui.header = title('Show <%%= singular_table_name.titleize %>') <%- else -%> h3.ui.header Show <%%= singular_table_name.titleize %> <%- end -%> <%% attributes.reject(&:password_digest?).each do |attribute| -%> p strong <%%= attribute.human_name %>: = @<%%= 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
9 entries across 9 versions & 1 rubygems