Sha256: 47b64d72029e4c42d16ee46d427adf19ac7c955543c6dc6e15d8e9578b8653b1

Contents?: true

Size: 818 Bytes

Versions: 309

Compression:

Stored size: 818 Bytes

Contents

-# videos ||= @videos
-# videos = videos.page params[:videos_page]

.row
  .col.s12
    %h5
      Videos (#{videos.count})
      = link_to image_new, new_video_path
    
    = paginate videos, :param_name => :videos_page, :views_prefix => 'ish_manager'
    
    - videos.each do |video|
      .panel
        .panel-content
          .row
            .col.s12
              .float-left= youtube_image_tag( video )
              .a
                = link_to video.name, video_path( video )
                = link_to image_edit, edit_video_path( video )
                .inline= button_to '[x]', video_path( video ), :method => :delete, :data => { :confirm => 'Are you sure?' }
                = render 'meta', :item => video
        
    = paginate videos, :param_name => :videos_page, :views_prefix => 'ish_manager'


Version data entries

309 entries across 309 versions & 2 rubygems

Version Path
wco_models-3.1.0.109 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.108 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.107 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.106 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.105 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.104 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.103 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.102 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.101 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.100 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.99 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.98 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.97 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.96 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.95 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.94 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.93 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.92 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.91 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.90 app/views/wco/videos/trash/_index_title.haml