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

14 lines
398 B
Plaintext

=render :partial => "public/video_files/intro"
.video_folder
%h2
=link_to @video_folder.name, public_video_folder_path(@video_folder)
.video_files
-@video_folder.video_files.recents.lang(@lang.slug).all.each do |video_file|
.column
=render :partial => "public/video_files/video_file",:object => video_file, :locals => {:hard_link => true}
.clear