From a437e7755e310338c931c46b3315bb6a387a65c0 Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Wed, 20 Aug 2014 10:37:38 -0300 Subject: [PATCH] Add Wikilibras to main menu --- app/views/static/home.haml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/static/home.haml b/app/views/static/home.haml index 227b6ef..5eea7d8 100644 --- a/app/views/static/home.haml +++ b/app/views/static/home.haml @@ -14,10 +14,12 @@ %h2= link_to "V-LIBRAS", new_v_libras_request_path %p Coloque o seu vídeo e torne-o acessível. - .span4.hidden - =# html5_video_tag('/system/videos/wikilibras.mp4', 'video-wikilibras', 'video-instructions') + .span4 + = link_to new_wikilibras_sign_path do + = html5_video_tag(['/system/videos/vlibras.webm', '/system/videos/vlibras.mp4'], + 'video-wikilibras', 'video-instructions', '{ "autoplay": true, "loop": true }') %br/ - %h2= link_to "WIKILIBRAS", '#' + %h2= link_to "WIKILIBRAS", new_wikilibras_sign_path %p Contribua com sinais de LIBRAS para o nosso banco de dados. .span4.hidden -- libgit2 0.21.2