%% title "<%= plural_name.titleize %>" %>
<%= attribute.human_name.titleize %> | <%- end -%>|||
---|---|---|---|
<%%= <%= instance_name %>.<%= attribute.name %> %> | <%- end -%> <%- if action? :show -%><%%= link_to "Show", <%= item_path %> %> | <%- end -%> <%- if action? :edit -%><%%= link_to "Edit", <%= item_path :action => :edit %> %> | <%- end -%> <%- if action? :destroy -%><%%= link_to "Destroy", <%= item_path %>, :confirm => 'Are you sure?', :method => :delete %> | <%- end -%>
<%%= link_to "New <%= singular_name.titleize %>", <%= item_path :action => :new %> %>
<%- end -%>