Commit 6e2025a9cfde92289631d1a0dad82f729f12b761
1 parent
890e9322
Exists in
master
and in
2 other branches
[Wizard] Correct video on 1st step
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/v_libras/requests/_video_step.haml
1 | 1 | #video-step.wrapper |
2 | - = html5_video_tag(['/system/videos/workflow/sub_audio.webm', '/system/videos/workflow/sub_audio.mp4'], | |
2 | + = html5_video_tag(['/system/videos/workflow/video.webm', '/system/videos/workflow/video.mp4'], | |
3 | 3 | 'id-1', 'video-wizard', '{ "autoplay": true, "controls": false }') |
4 | 4 | |
5 | 5 | .row-fluid | ... | ... |