<% for attribute in attributes -%>

<%= attribute.column.human_name %>: <%%=h @<%= singular_name %>.<%= attribute.name %> %>

<% end -%> <% for attachment in attachments -%>

<%= attachment.capitalize %>: <%%= link_to @<%= singular_name %>.<%= attachment%>_file_name, @<%= singular_name %>.<%= attachment%>.url %>

<% end -%> <%%= link_to 'Edit', edit_<%= singular_name %>_path(@<%= singular_name %>) %> | <%%= link_to 'Back', <%= plural_name %>_path %>