Sha256: 3ea1dd61dcc6a76c066df46e365f60cea27e2b4f3e2fdb909cc0dffac4c02263

Contents?: true

Size: 827 Bytes

Versions: 6

Compression:

Stored size: 827 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= h <%= 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

6 entries across 6 versions & 2 rubygems

Version Path
rspec_rails3_gen-0.2.2 lib/generators/rspec/scaffold/templates/views/haml/index.html.haml
rspec_rails3_gen-0.2.0 lib/generators/rspec/scaffold/templates/views/haml/index.html.haml
very_nifty_generators-0.2.1 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
very_nifty_generators-0.2.0 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
very_nifty_generators-0.1.2 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
very_nifty_generators-0.1.1 lib/generators/nifty/scaffold/templates/views/haml/index.html.haml