From 4be0491e6adef6bf5817545ec9e050555066352f Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 9 Dec 2009 12:13:32 -0500 Subject: better selector of ignored questions, split javascript tag_selector into separate file, fixed question counter messages in the english lang file --- templates/questions.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/questions.html') diff --git a/templates/questions.html b/templates/questions.html index 63026dc3..9387b345 100644 --- a/templates/questions.html +++ b/templates/questions.html @@ -20,7 +20,7 @@ }); - + {% endblock %} {% block content %}
@@ -57,8 +57,10 @@ {% if question.interesting_score > 0 %} style="background:#ffff99;" {% else %} - {% if question.ignored_score > 0 %} + {% if not request.user.hide_ignored_questions %} + {% if question.ignored_score > 0 %} style="background:#f3f3f3;" + {% endif %} {% endif %} {% endif %} {% endif %} -- cgit v1.2.3-1-g7c22