Sha256: 31e5957f1d44c4095ef93329cc492cf6f48530e2876992f36852dec279900f0f
Contents?: true
Size: 553 Bytes
Versions: 9
Compression:
Stored size: 553 Bytes
Contents
<%- if options[:metatags] -%> <h3 class="ui header"><%%%= title('<%%= singular_table_name.titleize %>') %></h3> <%- else -%> <h3 class="ui header">Show <%%= singular_table_name.titleize %></h3> <%- end -%> <%% attributes.reject(&:password_digest?).each do |attribute| -%> <p> <strong><%%= attribute.human_name %>:</strong> <%%%= @<%%= singular_table_name %>.<%%= attribute.name %> %> </p> <%% 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