# HG changeset patch # User neko259 # Date 2016-12-30 18:32:46 # Node ID 038b4c85d9d0b9ad0f925b31e2feea6ca8a4a37f # Parent 30b6f53c5659d3abdd91fdc3bad5ee38ad837992 Don't show 'replies' and 'images' texts in the thread diff --git a/boards/static/js/thread_update.js b/boards/static/js/thread_update.js --- a/boards/static/js/thread_update.js +++ b/boards/static/js/thread_update.js @@ -208,9 +208,6 @@ function updateMetadataPanel() { blink(replyCountField); blink(imageCountField); - - $('#message-count-text').text(ngettext('message', 'messages', replyCount)); - $('#image-count-text').text(ngettext('image', 'images', imageCount)); } /** diff --git a/boards/templates/boards/thread.html b/boards/templates/boards/thread.html --- a/boards/templates/boards/thread.html +++ b/boards/templates/boards/thread.html @@ -30,7 +30,7 @@ ♥ {{ thread.get_reply_count }}{% if thread.has_post_limit %}/{{ thread.max_posts }}{% endif %} {% endwith %} {% with images_count=thread.get_images_count%} - ❄ {{ images_count }} + ❄ {{ images_count }} {% endwith %} {% trans 'Last update: ' %}