Created
March 15, 2018 16:27
-
-
Save staycreativedesign/693a53efe1b96aabe9cdccc98845b435 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.preview--list | |
%ul | |
- Video.all.each do |released_video| | |
= link_to video_path(released_video) do | |
- @video_list.each do |video| | |
%li | |
= image_tag(video[:assets][:poster_frames][0]) | |
%p.title | |
= video[:title] | |
%p.date | |
-# = @date | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment