15 lines
439 B
Plaintext
15 lines
439 B
Plaintext
-@facebook_img = "/video.jpg"
|
||
-@title = "3P TV"
|
||
-if @lang.slug == "fr"
|
||
-@description = "Découvrez et partagez nos vidéos de campagnes et d’investigations !"
|
||
-else
|
||
-@description = "Découvrez et partagez nos vidéos de campagnes et d’investigations !"
|
||
|
||
-@index = true
|
||
=render :partial => "public/video_files/intro"
|
||
|
||
.video_files_index
|
||
|
||
=render InvestigationCat.where(:parent_id => nil).order("position ASC, name DESC").all
|
||
|