<% for attribute in attributes -%> %p %b <%= attribute.human_name %>: = @<%= singular_table_name %>.<%= attribute.name %> <% end -%> = link_to t(:edit), edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), class: 'btn' = link_to t(:back), <%= index_helper %>_path, class: 'btn'