Sha256: c99ee8e5eadeabfeced01830e5001a8d6ae3043dc76737d1be4b4dc9fad70df3
Contents?: true
Size: 805 Bytes
Versions: 10
Compression:
Stored size: 805 Bytes
Contents
- videos ||= @videos .row .col-sm-12 %h5 Videos (#{videos.count}) = link_to '[+]', new_video_path %br = paginate videos, :param_name => :videos_page, :views_prefix => 'ish_manager' - videos.each do |video| .panel .panel-content .row .col-sm-6 .float-left .thumb= image_tag video.thumb.url(:thumb) .a = link_to video.name, video_path( video ) .inline= button_to '[x]', video_path( video ), :method => :delete, :data => { :confirm => 'Are you sure?' } = link_to '[~]', edit_video_path( video ) = render 'meta', :item => video .c = paginate videos, :param_name => :videos_page, :views_prefix => 'ish_manager' %hr
Version data entries
10 entries across 10 versions & 1 rubygems