From 51cd52bcc4029ea8332398f773ca457d67040e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 9 Jul 2021 13:10:38 -0400 Subject: [PATCH] feat: add tag name as class to tag item --- templates/partials/topic/tags.tpl | 2 +- templates/partials/topics_list.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/topic/tags.tpl b/templates/partials/topic/tags.tpl index d8e81ae..eb39bf8 100644 --- a/templates/partials/topic/tags.tpl +++ b/templates/partials/topic/tags.tpl @@ -1,5 +1,5 @@ {{{each tags}}} - {tags.valueEscaped} + {tags.valueEscaped} {{{end}}} \ No newline at end of file diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl index 4a8defb..49d383f 100644 --- a/templates/partials/topics_list.tpl +++ b/templates/partials/topics_list.tpl @@ -52,7 +52,7 @@