Sha256: fd35391c7e35c4f183832ca0f96508fc92a72eccff727ae02a993fb4a795c342

Contents?: true

Size: 584 Bytes

Versions: 36

Compression:

Stored size: 584 Bytes

Contents

- title "Photos"
%table
  %tr
    %th Title
    %th Photo File Name
    %th Photo Content Type
    %th Photo File Size
    %th Owner
    %th Owner Type
  - for photo in @photos
    %tr
      %td= h photo.title
      %td= h photo.photo_file_name
      %td= h photo.photo_content_type
      %td= h photo.photo_file_size
      %td= h photo.owner_id
      %td= h photo.owner_type
      %td= link_to "Show", photo
      %td= link_to "Edit", edit_photo_path(photo)
      %td= link_to "Destroy", photo, :confirm => 'Are you sure?', :method => :delete
%p= link_to "New Photo", new_photo_path

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
sbdevcore-0.3.10 app/views/photos/index.html.haml
sbdevcore-0.3.9 app/views/photos/index.html.haml
sbdevcore-0.3.8 app/views/photos/index.html.haml
sbdevcore-0.3.7 app/views/photos/index.html.haml
sbdevcore-0.3.6 app/views/photos/index.html.haml
sbdevcore-0.3.5 app/views/photos/index.html.haml
sbdevcore-0.3.4 app/views/photos/index.html.haml
sbdevcore-0.3.3 app/views/photos/index.html.haml
sbdevcore-0.3.2 app/views/photos/index.html.haml
sbdevcore-0.3.1 app/views/photos/index.html.haml
sbdevcore-0.3.0 app/views/photos/index.html.haml
sbdevcore-0.2.26 app/views/photos/index.html.haml
sbdevcore-0.2.25 app/views/photos/index.html.haml
sbdevcore-0.2.24 app/views/photos/index.html.haml
sbdevcore-0.2.23 app/views/photos/index.html.haml
sbdevcore-0.2.22 app/views/photos/index.html.haml
sbdevcore-0.2.21 app/views/photos/index.html.haml
sbdevcore-0.2.20 app/views/photos/index.html.haml
sbdevcore-0.2.19 app/views/photos/index.html.haml
sbdevcore-0.2.18 app/views/photos/index.html.haml