Commit 23e232c3986c0113bb0dc31088615b58fdee0007

Authored by Fernando Brito
1 parent 6e2025a9
Exists in master and in 2 other branches v2, wikilibras

On 'Menu' page, link video to VLibras

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
app/views/static/home.haml
... ... @@ -6,8 +6,9 @@
6 6 .hero-unit
7 7 .row-fluid
8 8 .span4
9   - = html5_video_tag(['/system/videos/vlibras.webm', '/system/videos/vlibras.mp4'],
10   - 'vlibras-video', 'video-instructions', '{ "autoplay": true, "loop": true }')
  9 + = link_to new_v_libras_request_path do
  10 + = html5_video_tag(['/system/videos/vlibras.webm', '/system/videos/vlibras.mp4'],
  11 + 'vlibras-video', 'video-instructions', '{ "autoplay": true, "loop": true }')
11 12  
12 13 %br/
13 14 %h2= link_to "V-LIBRAS", new_v_libras_request_path
... ...