diff options
Diffstat (limited to 'app/views/page/docu')
-rw-r--r-- | app/views/page/docu/_screencast_list.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/page/docu/_screencast_list.html.haml b/app/views/page/docu/_screencast_list.html.haml index aa22c68..6669a42 100644 --- a/app/views/page/docu/_screencast_list.html.haml +++ b/app/views/page/docu/_screencast_list.html.haml @@ -7,7 +7,7 @@ Dateigröße %tbody - - ['mp4', 'mov', 'gif'].each do |file_extension| + - ['mp4', 'mov'].each do |file_extension| - filename = "screencasts/de/#{screencast_name}/#{screencast_name}.#{file_extension}" - if File.exists?("#{Rails.root}/public/#{image_path(filename)}") %tr |