Add top track to weekly post
This commit is contained in:
7
app/templates/posts/top_tracks.html.slim
Normal file
7
app/templates/posts/top_tracks.html.slim
Normal file
@@ -0,0 +1,7 @@
|
||||
a href=url class="block flex bg-pink-100 dark:bg-pink-600 rounded px-4 py-2 mb-12"
|
||||
div class="mr-4 my-auto"
|
||||
img class="rounded h-34 w-34 my-auto" src=image
|
||||
div
|
||||
p class="text-lg" Top track this week
|
||||
p class="text-xl"= "#{name} by #{artist}"
|
||||
|
Reference in New Issue
Block a user