Sha256: 1976e86f10b1bae4239900c0e03e9ec89b04db1d5d268242342ea5c3485924e8
Contents?: true
Size: 474 Bytes
Versions: 5
Compression:
Stored size: 474 Bytes
Contents
<%% @page_title = "Show <%= singular_name.humanize.downcase %>" %> <h2>Show <%= singular_name %> - <%%= link_to 'Edit <%= singular_name.humanize.downcase %>', edit_admin_<%= singular_name %>_path(@<%= singular_name %>) %></h2> <% for attribute in attributes -%> <p> <strong><%= attribute.column.human_name %>:</strong> <%%=h @<%= singular_name %>.<%= attribute.name %> %> </p> <% end -%> <p> <%%= link_to 'Back to <%= plural_name %>', admin_<%= plural_name %>_url %> </p>
Version data entries
5 entries across 5 versions & 1 rubygems