From 23e232c3986c0113bb0dc31088615b58fdee0007 Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Thu, 5 Jun 2014 17:20:42 -0300 Subject: [PATCH] On 'Menu' page, link video to VLibras --- app/views/static/home.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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