This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-23 10:26:02 +02:00

15 lines
439 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 = "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