From f0cf3068220e46fc8dca0bc0da402473d9e60c0f Mon Sep 17 00:00:00 2001 From: pichalite Date: Thu, 14 May 2015 13:17:00 -0700 Subject: [PATCH] set tag score as human-readable-number --- templates/partials/category/tags.tpl | 2 +- templates/partials/post_bar.tpl | 2 +- templates/partials/tags_list.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/partials/category/tags.tpl b/templates/partials/category/tags.tpl index b249d5e..f1e153f 100644 --- a/templates/partials/category/tags.tpl +++ b/templates/partials/category/tags.tpl @@ -1,5 +1,5 @@ - {topics.tags.value}{topics.tags.score} + {topics.tags.value}{topics.tags.score} \ No newline at end of file diff --git a/templates/partials/post_bar.tpl b/templates/partials/post_bar.tpl index b3a7d46..982f7ec 100644 --- a/templates/partials/post_bar.tpl +++ b/templates/partials/post_bar.tpl @@ -2,7 +2,7 @@ {tags.value} - {tags.score} + {tags.score} diff --git a/templates/partials/tags_list.tpl b/templates/partials/tags_list.tpl index c9fe842..2f91101 100644 --- a/templates/partials/tags_list.tpl +++ b/templates/partials/tags_list.tpl @@ -1,5 +1,5 @@

- {tags.value}{tags.score} + {tags.value}{tags.score}

\ No newline at end of file