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.67 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.66 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.65 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.64 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.63 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.62 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.61 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.60 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.59 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.58 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.57 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.56 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.55 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.54 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.53 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.52 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.51 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.50 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.49 app/views/wco/videos/trash/_index_title.haml
wco_models-3.1.0.48 app/views/wco/videos/trash/_index_title.haml