Show movies watched on weekly posts
This commit is contained in:
@@ -40,6 +40,16 @@ article class="h-entry"
|
||||
div class="max-w-prose mx-auto text-gray-600 dark:text-gray-200 flex gap-4"
|
||||
div class="grow" hx-get="/post/top_tracks/#{post.slug}" hx-trigger="load"
|
||||
|
||||
- if past_movies.count > 0
|
||||
div class="max-w-prose mx-auto text-gray-600 dark:text-gray-200 mb-4"
|
||||
h3 class="text-xl" Movies watched
|
||||
div class="flex gap-4 pb-4 mt-4"
|
||||
- past_movies.map do |movie|
|
||||
a href=movie.url
|
||||
figure
|
||||
img class="rounded hover:opacity-80" src=movie.poster
|
||||
figcaption= movie.title
|
||||
hr
|
||||
- if text_posts.count > 0
|
||||
div class="block grow bg-blue-100 dark:bg-blue-600 rounded px-4 py-2 mb-12"
|
||||
p class="text-sm mb-0" This week, years ago
|
||||
|
Reference in New Issue
Block a user