Sha256: 200f196bb66b33cff581e91ca67517bce094fc3df6debe05a4c2b70c7afc78fb

Contents?: true

Size: 455 Bytes

Versions: 10

Compression:

Stored size: 455 Bytes

Contents

%h1 Listing doo_dads

%table
  %thead
    %tr
      %th Name
      %th Body
      %th
      %th
      %th

  %tbody
    - @doo_dads.each do |doo_dad|
      %tr
        %td= doo_dad.name
        %td= doo_dad.body
        %td= link_to 'Show', doo_dad
        %td= link_to 'Edit', edit_doo_dad_path(doo_dad)
        %td= link_to 'Destroy', doo_dad, :method => :delete, :data => { :confirm => 'Are you sure?' }

%br

= link_to 'New Doo dad', new_doo_dad_path

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 spec/dummy/app/views/doo_dads/index.html.haml
bootstrap_leather-0.10.13 spec/dummy/app/views/doo_dads/index.html.haml
bootstrap_leather-0.10.11 spec/dummy/app/views/doo_dads/index.html.haml
bootstrap_leather-0.10.10 spec/dummy/app/views/doo_dads/index.html.haml
bootstrap_leather-0.10.9 spec/dummy/app/views/doo_dads/index.html.haml
bootstrap_leather-0.10.8 spec/dummy/app/views/doo_dads/index.html.haml
bootstrap_leather-0.10.7 spec/dummy/app/views/doo_dads/index.html.haml
bootstrap_leather-0.10.6 spec/dummy/app/views/doo_dads/index.html.haml
bootstrap_leather-0.10.5 spec/dummy/app/views/doo_dads/index.html.haml
bootstrap_leather-0.10.4 spec/dummy/app/views/doo_dads/index.html.haml