Sha256: b0c7b6bfa6eed141fb250097a902f4b6839b0e07921963e61d41ec4dfc66e395
Contents?: true
Size: 308 Bytes
Versions: 36
Compression:
Stored size: 308 Bytes
Contents
- title "Videos" %table %tr %th Name - for video in @videos %tr %td= h video.name %td= link_to "Show", video %td= link_to "Edit", edit_video_path(video) %td= link_to "Destroy", video, :confirm => 'Are you sure?', :method => :delete %p= link_to "New Video", new_video_path
Version data entries
36 entries across 36 versions & 1 rubygems