Add admin area
This commit is contained in:
4
slices/admin/templates/shared/_tag.html.slim
Normal file
4
slices/admin/templates/shared/_tag.html.slim
Normal file
@@ -0,0 +1,4 @@
|
||||
li id="tag-#{tag.id}"
|
||||
= "#{tag.label} (#{tag.posts.count})"
|
||||
= " — "
|
||||
button hx-delete="/admin/tags/#{tag.id}" hx-target="#tag-#{tag.id}" delete
|
Reference in New Issue
Block a user