From 2d1e60db89453f2c12132d657551090c7ea92506 Mon Sep 17 00:00:00 2001 From: Bruno Sarlo Date: Sun, 9 Aug 2009 23:52:33 -0300 Subject: Included i18n for links site-wide. Hope there is no bit left. --- templates/users_questions.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/users_questions.html') diff --git a/templates/users_questions.html b/templates/users_questions.html index dfb87c8f..dd818ddb 100644 --- a/templates/users_questions.html +++ b/templates/users_questions.html @@ -23,7 +23,7 @@
{% endif %}
- +
{{question.vote_count|intcomma}}
@@ -43,7 +43,7 @@

- {{question.title}} + {{question.title}}

{% convert2tagname_list question %} @@ -55,7 +55,7 @@
{% diff_date question.last_activity_at %} {% if question.la_username %} - {{question.la_username}} {% get_score_badge_by_details question.la_user_reputation question.la_user_gold question.la_user_silver question.la_user_bronze%} + {{question.la_username}} {% get_score_badge_by_details question.la_user_reputation question.la_user_gold question.la_user_silver question.la_user_bronze%} {% endif %}
-- cgit v1.2.3-1-g7c22 From 5c6fceae98c0916c94ec5b919950c67475f44b67 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 12 Aug 2009 15:26:56 -0400 Subject: merged Bruno url translations, removed his local mods, added settings.BOOKS_ON, validated more templates --- templates/users_questions.html | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'templates/users_questions.html') diff --git a/templates/users_questions.html b/templates/users_questions.html index dd818ddb..9907885e 100644 --- a/templates/users_questions.html +++ b/templates/users_questions.html @@ -9,13 +9,15 @@ {% if question.favorited_myself %}
+ alt="{% trans "thumb-up on" %}" + src="/content/images/vote-favorite-on.png"/>
{{question.favourite_count|intcomma}}
{% else %}
+ alt="{% trans "thumb-up off" %}" + src="/content/images/vote-favorite-off.png"/>
{{question.favourite_count|intcomma}}
{% endif %} @@ -24,22 +26,22 @@ {% endif %}
-
+
{% endfor %}
-- cgit v1.2.3-1-g7c22