Sha256: d299edc0e8298ab8f71d1e1fa098e0f269b785486b73eb4e5edae0c0e3290a5b

Contents?: true

Size: 871 Bytes

Versions: 141

Compression:

Stored size: 871 Bytes

Contents

- video ||= @video

.videos-show.maxwidth
  .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"}

  .my-row
    .a= image_tag video.thumb.url(:thumb)
    .a
      %h3
        = 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 'wco/application/metaline', :item => video
  .flex-row
    Download File: #{link_to video.video_file_name, video.video.url}

Version data entries

141 entries across 141 versions & 1 rubygems

Version Path
wco_models-3.1.0.202 app/views/wco/videos/show.haml
wco_models-3.1.0.201 app/views/wco/videos/show.haml
wco_models-3.1.0.199 app/views/wco/videos/show.haml
wco_models-3.1.0.198 app/views/wco/videos/show.haml
wco_models-3.1.0.197 app/views/wco/videos/show.haml
wco_models-3.1.0.196 app/views/wco/videos/show.haml
wco_models-3.1.0.195 app/views/wco/videos/show.haml
wco_models-3.1.0.194 app/views/wco/videos/show.haml
wco_models-3.1.0.193 app/views/wco/videos/show.haml
wco_models-3.1.0.192 app/views/wco/videos/show.haml
wco_models-3.1.0.191 app/views/wco/videos/show.haml
wco_models-3.1.0.190 app/views/wco/videos/show.haml
wco_models-3.1.0.189 app/views/wco/videos/show.haml
wco_models-3.1.0.188 app/views/wco/videos/show.haml
wco_models-3.1.0.187 app/views/wco/videos/show.haml
wco_models-3.1.0.184 app/views/wco/videos/show.haml
wco_models-3.1.0.183 app/views/wco/videos/show.haml
wco_models-3.1.0.182 app/views/wco/videos/show.haml
wco_models-3.1.0.181 app/views/wco/videos/show.haml
wco_models-3.1.0.180 app/views/wco/videos/show.haml