Nicolas Bally a6aa1f6074 Initial
2020-05-25 11:40:11 +02:00

15 lines
439 B
Plaintext
Raw Permalink 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 = "3P TV"
-if @lang.slug == "fr"
-@description = "Découvrez et partagez nos vidéos de campagnes et dinvestigations !"
-else
-@description = "Découvrez et partagez nos vidéos de campagnes et dinvestigations !"
-@index = true
=render :partial => "public/video_files/intro"
.video_files_index
=render InvestigationCat.where(:parent_id => nil).order("position ASC, name DESC").all