diff --git a/app/views/static/home.haml b/app/views/static/home.haml index 068a84f..227b6ef 100644 --- a/app/views/static/home.haml +++ b/app/views/static/home.haml @@ -6,8 +6,9 @@ .hero-unit .row-fluid .span4 - = html5_video_tag(['/system/videos/vlibras.webm', '/system/videos/vlibras.mp4'], - 'vlibras-video', 'video-instructions', '{ "autoplay": true, "loop": true }') + = link_to new_v_libras_request_path do + = html5_video_tag(['/system/videos/vlibras.webm', '/system/videos/vlibras.mp4'], + 'vlibras-video', 'video-instructions', '{ "autoplay": true, "loop": true }') %br/ %h2= link_to "V-LIBRAS", new_v_libras_request_path -- libgit2 0.21.2