summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/tags/tag.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/tags/tag.hbs')
-rw-r--r--web-ui/app/templates/tags/tag.hbs3
1 files changed, 0 insertions, 3 deletions
diff --git a/web-ui/app/templates/tags/tag.hbs b/web-ui/app/templates/tags/tag.hbs
deleted file mode 100644
index ca397b9a..00000000
--- a/web-ui/app/templates/tags/tag.hbs
+++ /dev/null
@@ -1,3 +0,0 @@
-<li id="tag-{{ ident }}" class="custom-tag {{ selected }}">
- <span class="tag-label">{{> tag_inner }}</span>
-</li>