%%= messages_bar %>
<%%= link_to 'New <%= singular_table_name %>', new_<%= singular_table_name %>_path, class: 'btn btn-default' %>
<%= attribute.human_name %> | <% end -%>||
---|---|---|
<%%= <%= singular_table_name %>.<%= attribute.name %> %> | <% end -%><%%= link_to 'Edit', edit_<%= singular_table_name %>_path(<%= singular_table_name %>) %> | <%%= link_to 'Destroy', <%= singular_table_name %>, method: :delete, data: {confirm: 'Are you sure?'} %> |