Commit a437e7755e310338c931c46b3315bb6a387a65c0
1 parent
f8bb1039
Exists in
wikilibras
Add Wikilibras to main menu
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
app/views/static/home.haml
... | ... | @@ -14,10 +14,12 @@ |
14 | 14 | %h2= link_to "V-LIBRAS", new_v_libras_request_path |
15 | 15 | %p Coloque o seu vídeo e torne-o acessível. |
16 | 16 | |
17 | - .span4.hidden | |
18 | - =# html5_video_tag('/system/videos/wikilibras.mp4', 'video-wikilibras', 'video-instructions') | |
17 | + .span4 | |
18 | + = link_to new_wikilibras_sign_path do | |
19 | + = html5_video_tag(['/system/videos/vlibras.webm', '/system/videos/vlibras.mp4'], | |
20 | + 'video-wikilibras', 'video-instructions', '{ "autoplay": true, "loop": true }') | |
19 | 21 | %br/ |
20 | - %h2= link_to "WIKILIBRAS", '#' | |
22 | + %h2= link_to "WIKILIBRAS", new_wikilibras_sign_path | |
21 | 23 | %p Contribua com sinais de LIBRAS para o nosso banco de dados. |
22 | 24 | |
23 | 25 | .span4.hidden | ... | ... |