Refactor app in to its own slice
This commit is contained in:
7
slices/main/templates/bookmarks/metadata.html.slim
Normal file
7
slices/main/templates/bookmarks/metadata.html.slim
Normal file
@@ -0,0 +1,7 @@
|
||||
- if image
|
||||
div class="col-span-1"
|
||||
img class="rounded h-16" src=image
|
||||
|
||||
div class="#{image ? 'col-span-4' : 'col-span-5'}"
|
||||
h6= title
|
||||
small= description
|
Reference in New Issue
Block a user