blob: e15c963971b0ac9b7e692a48fbb59f34e7ee7e49 (
plain) (
tree)
|
|
<p id="notice"><%%= notice %></p>
<% attributes.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 %>
|