aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/templates/home/partials/article-favorite-button.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/templates/home/partials/article-favorite-button.tmpl')
-rw-r--r--cmd/web/templates/home/partials/article-favorite-button.tmpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/web/templates/home/partials/article-favorite-button.tmpl b/cmd/web/templates/home/partials/article-favorite-button.tmpl
deleted file mode 100644
index 341f458..0000000
--- a/cmd/web/templates/home/partials/article-favorite-button.tmpl
+++ /dev/null
@@ -1,6 +0,0 @@
-<button class="btn btn-outline-primary btn-sm pull-xs-right {{ if .IsFavorited }} active {{ end }}"
- hx-post="/htmx/home/projects/{{ .Slug }}/favorite"
- hx-swap="outerHTML"
->
- <i class="ion-heart"></i> {{ .GetFavoriteCount }}
-</button> \ No newline at end of file