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

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