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