Fix webm posts linking to nonexistent large_file_path

This commit is contained in:
Toks
2014-10-17 11:14:29 -04:00
committed by r888888888
parent 5f9ce7ee47
commit 029f0eff06

View File

@@ -1,3 +1,3 @@
<%= content_tag(:video, nil, :width => post.image_width, :height => post.image_height, :autoplay => true, :loop => true, :src => post.file_url) %>
<p><%= link_to "Save this video (right click and save)", post.large_file_url %></p>
<p><%= link_to "Save this video (right click and save)", post.file_url %></p>