diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -344,6 +344,11 @@ li { color: #e99d41; float: right; font-weight: bold; + opacity: 0.4; +} + +.moderator_info:hover { + opacity: 1; } .refmap { diff --git a/boards/templates/boards/posting_general.html b/boards/templates/boards/posting_general.html --- a/boards/templates/boards/posting_general.html +++ b/boards/templates/boards/posting_general.html @@ -64,7 +64,7 @@ {{ tag.get_view }} {% endautoescape %} {% if moderator %} - [{% trans 'Edit tag' %}] + [{% trans 'Edit tag' %}] {% endif %}

{% blocktrans with thread_count=tag.get_thread_count post_count=tag.get_post_count %}This tag has {{ thread_count }} threads and {{ post_count }} posts.{% endblocktrans %}