Sha256: 6849724b657cf87c817d58c0d7d0d1d706de3ba78d88ab67061b35ca644c4695
Contents?: true
Size: 825 Bytes
Versions: 33
Compression:
Stored size: 825 Bytes
Contents
- title "<%= plural_name.titleize %>" %table %tr <%- for attribute in model_attributes -%> %th <%= attribute.human_name %> <%- end -%> - for <%= singular_name %> in @<%= plural_name %> %tr <%- for attribute in model_attributes -%> %td= <%= singular_name %>.<%= attribute.name %> <%- end -%> <%- if action? :show -%> %td= link_to 'Show', <%= singular_name %> <%- end -%> <%- if action? :edit -%> %td= link_to 'Edit', edit_<%= singular_name %>_path(<%= singular_name %>) <%- end -%> <%- if action? :destroy -%> %td= link_to 'Destroy', <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete <%- end -%> <%- if actions? :new -%> %p= link_to "New <%= singular_name.titleize %>", new_<%= singular_name %>_path <%- end -%>
Version data entries
33 entries across 30 versions & 4 rubygems