jipe_app/app/views/public/video_files/index.html.haml
2017-08-14 10:53:30 +02:00

11 lines
301 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-@facebook_img = "/video.jpg"
-@title = "Jipe TV"
-@description = "Découvrez et partagez nos vidéos de campagnes et dinvestigations !"
=render :partial => "public/video_files/intro"
.video_files_index
=render InvestigationCat.where(:parent_id => nil).order("position ASC, name DESC").all