Sha256: 090a3f2e15a8ac5f294b1bd474ae91aa1c65854fb775297ff2f94b77d90c15b8

Contents?: true

Size: 617 Bytes

Versions: 40

Compression:

Stored size: 617 Bytes

Contents

%h1 Listing <%= plural_name %>

%table
  %tr
<% for attribute in attributes -%>
    %th <%= attribute.human_name %>
<% end -%>
    %th
    %th
    %th

  - @<%= plural_name %>.each do |<%= singular_name %>|
    %tr
<% for attribute in attributes -%>
      %td= <%= singular_name %>.<%= attribute.name %>
<% end -%>
      %td= link_to 'Show', <%= singular_name %>
      %td= link_to 'Edit', edit_<%= singular_name %>_path(<%= singular_name %>)
      %td= link_to 'Destroy', <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete

%br

= link_to 'New <%= singular_name %>', new_<%= singular_name %>_path

Version data entries

40 entries across 25 versions & 3 rubygems

Version Path
haml-rails-0.2 lib/generators/haml/scaffold/templates/index.html.haml.erb
haml-rails-0.1 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.12.1 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.12.0 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.11.0 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.10.3 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.10.2 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.10.1 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.10.0 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.9.2 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.9.1 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.9.0 lib/generators/haml/scaffold/templates/index.html.haml.erb
rails3-generators-0.8.2 lib/generators/simple_form_haml/scaffold/templates/index.haml.erb
rails3-generators-0.8.2 lib/generators/formtastic_haml/scaffold/templates/index.haml.erb
rails3-generators-0.8.2 lib/generators/haml/scaffold/templates/index.haml.erb
jumpstart-0.1.0 jumpstart_templates/i0n_rails_3/lib/generators/formtastic_haml/scaffold/templates/index.haml.erb
jumpstart-0.1.0 jumpstart_templates/i0n_rails_3/lib/generators/haml/scaffold/templates/index.haml.erb
rails3-generators-0.8.1 lib/generators/simple_form_haml/scaffold/templates/index.haml.erb
rails3-generators-0.8.1 lib/generators/formtastic_haml/scaffold/templates/index.haml.erb
rails3-generators-0.8.1 lib/generators/haml/scaffold/templates/index.haml.erb