<%%= yield(:title) %>
ID | <%- for attribute in attributes -%><%= attribute.column.human_name.titleize %> | <%- end -%>|||
---|---|---|---|---|
<%%= <%= singular_name %>.id %> | <%- for attribute in attributes -%><%%= <%= singular_name %>.<%= attribute.name %> %> | <%- end -%> <%- if action? :show -%><%%= link_to "Show", <%= singular_name %> %> | <%- end -%> <%- if action? :edit -%><%%= link_to "Edit", edit_<%= singular_name %>_path(<%= singular_name %>) %> | <%- end -%> <%- if action? :destroy -%><%%= link_to "Destroy", <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete %> | <%- end -%>