From 6dbaf6a9721ea88ff6ee4c5fdf33a6fb0d87930e Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 16 Apr 2019 14:46:30 -0600 Subject: [PATCH] Hide Exemplary "badge" from regular viewers Lately there have been multiple "exemplary fights", where people are using the Exemplary label to highlight and boost comments that they especially agree with, even if the comments themselves aren't especially good. I think the prominence of the Exemplary badge and the count of how many Exemplary labels a comment has received are contributing to this. This was only made visible somewhat recently (9b64d22d), so I'm going to try removing it again now. There should probably be a page added to Docs explaining the different "stripe" colors, since the Exemplary stripe is now unexplained and not obvious. --- .../tildes/templates/macros/comments.jinja2 | 31 ++++++------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/tildes/tildes/templates/macros/comments.jinja2 b/tildes/tildes/templates/macros/comments.jinja2 index 384e5f8..db51dc8 100644 --- a/tildes/tildes/templates/macros/comments.jinja2 +++ b/tildes/tildes/templates/macros/comments.jinja2 @@ -98,28 +98,17 @@ {% endif %} - {% if comment.is_label_active("exemplary") %} - {% if request.has_permission("view_exemplary_reasons", comment) %} -
- Exemplary - x{{ comment.label_counts["exemplary"] }} - - -
- {% else %} -