p#notice = notice <% attributes.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 %>)¶ ↑
'|