Sha256: b65754f0d62db4312c6f15dbfefb36206c557d50853e1006547e784b4276d634
Contents?: true
Size: 863 Bytes
Versions: 55
Compression:
Stored size: 863 Bytes
Contents
- video ||= @video .videos-show.max-width .row = link_to '[Back]', videos_path - if video.youtube_id.present? %iframe{:allowfullscreen => "", :frameborder => "0", :height => "315", :src => "//www.youtube.com/embed/#{video.youtube_id}", :width => "560"} - else %iframe{:allowfullscreen => "true", :frameborder => "0", :height => "480", :src => "#{video.video.url}", :width => "640"} .flex-row .a= image_tag video.thumb.url(:thumb) .a .title = video.name.blank? ? t('videos.no_title') : video.name .meta-edit .inline= button_to '[x]', video_path( video ), :method => :delete, :data => { :confirm => 'Are you sure?' } = link_to '[~]', edit_video_path( video ) = render 'ish_manager/application/metaline', :item => video .flex-row= link_to video.video_file_name, video.video.url
Version data entries
55 entries across 55 versions & 1 rubygems