Commit 5b26c8b6f2a4c043f9696b321048f8aade8129fd

Authored by Fernando Brito
1 parent d1a7f38c
Exists in master and in 2 other branches v2, wikilibras

Change first video on wizard

Showing 1 changed file with 7 additions and 2 deletions   Show diff stats
app/views/v_libras/requests/_video_step.haml
1   -%p
2   - = html5_video_tag("/video.mp4", 'id', 'video-wizard', :autoplay => true)
  1 +.wrapper
  2 + .video_wrapper
  3 +
  4 + %video.video-wizard{'autoplay' => 'autoplay'}
  5 + %source{src: "/system/videos/workflow/tamanho.mp4"}
  6 + %source{src: "/system/videos/workflow/tamanho.webm"}
  7 + Your browser does not support the video tag.
3 8  
4 9 .span6.offset3
5 10 .span2
... ...