Sha256: 24897a80266a6446cc65e6eb51bb89b1328c983325ba04d92ee56f0520a495c6
Contents?: true
Size: 829 Bytes
Versions: 47
Compression:
Stored size: 829 Bytes
Contents
.videos-show.max-width .row - 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"} .my-row .a= image_tag video.thumb.url(:thumb) .a %h3 = video.name.blank? ? t('videos.rno_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 'ishapi/application/metaline', :item => video .flex-row Download File: #{link_to video.video_file_name, video.video.url}
Version data entries
47 entries across 47 versions & 1 rubygems