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.0.37 app/views/images/index.html.haml
wheels-0.0.36 app/views/images/index.html.haml
wheels-0.0.35 app/views/images/index.html.haml
wheels-0.0.34 app/views/images/index.html.haml
wheels-0.0.33 app/views/images/index.html.haml
wheels-0.0.32 app/views/images/index.html.haml
wheels-0.0.31 app/views/images/index.html.haml
wheels-0.0.30 app/views/images/index.html.haml
wheels-0.0.29 app/views/images/index.html.haml
wheels-0.0.28 app/views/images/index.html.haml
wheels-0.0.27 app/views/images/index.html.haml
wheels-0.0.26 app/views/images/index.html.haml
wheels-0.0.25 app/views/images/index.html.haml
wheels-0.0.24 app/views/images/index.html.haml
wheels-0.0.23 app/views/images/index.html.haml
wheels-0.0.22 app/views/images/index.html.haml
wheels-0.0.21 app/views/images/index.html.haml
wheels-0.0.20 app/views/images/index.html.haml
wheels-0.0.19 app/views/images/index.html.haml
wheels-0.0.18 app/views/images/index.html.haml