Sha256: 2b2fe2dd3a94c9a3c17453f13e6700bad5b698983b7043b0c542f9e0fdf7a355

Contents?: true

Size: 306 Bytes

Versions: 73

Compression:

Stored size: 306 Bytes

Contents

%h1 Listing images

%table
  %tr
    %th
    %th
    %th

  - @images.each do |image|
    %tr
      %td= link_to 'Show', image
      %td= link_to 'Edit', edit_image_path(image)
      %td= link_to 'Destroy', image, :confirm => 'Are you sure?', :method => :delete

%br

= link_to 'New image', new_image_path

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
wheels-0.1.30 app/views/images/index.html.haml
wheels-0.1.28 app/views/images/index.html.haml
wheels-0.1.27 app/views/images/index.html.haml
wheels-0.1.25 app/views/images/index.html.haml
wheels-0.1.24 app/views/images/index.html.haml
wheels-0.1.23 app/views/images/index.html.haml
wheels-0.1.22 app/views/images/index.html.haml
wheels-0.1.21 app/views/images/index.html.haml
wheels-0.1.20 app/views/images/index.html.haml
wheels-0.1.19 app/views/images/index.html.haml
wheels-0.1.18 app/views/images/index.html.haml
wheels-0.1.17 app/views/images/index.html.haml
wheels-0.1.16 app/views/images/index.html.haml
wheels-0.1.15 app/views/images/index.html.haml
wheels-0.1.14 app/views/images/index.html.haml
wheels-0.1.13 app/views/images/index.html.haml
wheels-0.1.12 app/views/images/index.html.haml
wheels-0.1.10 app/views/images/index.html.haml
wheels-0.1.9 app/views/images/index.html.haml
wheels-0.1.8 app/views/images/index.html.haml