From 6e2025a9cfde92289631d1a0dad82f729f12b761 Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Thu, 5 Jun 2014 11:30:21 -0300 Subject: [PATCH] [Wizard] Correct video on 1st step --- app/views/v_libras/requests/_video_step.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/v_libras/requests/_video_step.haml b/app/views/v_libras/requests/_video_step.haml index 4cc5c95..d708fc1 100644 --- a/app/views/v_libras/requests/_video_step.haml +++ b/app/views/v_libras/requests/_video_step.haml @@ -1,5 +1,5 @@ #video-step.wrapper - = html5_video_tag(['/system/videos/workflow/sub_audio.webm', '/system/videos/workflow/sub_audio.mp4'], + = html5_video_tag(['/system/videos/workflow/video.webm', '/system/videos/workflow/video.mp4'], 'id-1', 'video-wizard', '{ "autoplay": true, "controls": false }') .row-fluid -- libgit2 0.21.2