summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-30 17:12:50 -0700
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-30 17:12:50 -0700
commit9a83741da21e69ceb95f21541fd07b11014cb1ec (patch)
treeced0a153ebe412bbc62c136a12c2662e8c9c9f0e
parent2d0b52cfcaca7abce5e6eab726205bd5e47920b1 (diff)
parent0170310b8a917e4fde168a90ada05d4dafb9ae06 (diff)
downloadaskbot-9a83741da21e69ceb95f21541fd07b11014cb1ec.tar.gz
askbot-9a83741da21e69ceb95f21541fd07b11014cb1ec.tar.bz2
askbot-9a83741da21e69ceb95f21541fd07b11014cb1ec.zip
Merge pull request #86 from dkolak/fix_tpl
small template fix
-rw-r--r--askbot/skins/default/templates/question/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/skins/default/templates/question/sidebar.html b/askbot/skins/default/templates/question/sidebar.html
index fe3f41c1..2450a384 100644
--- a/askbot/skins/default/templates/question/sidebar.html
+++ b/askbot/skins/default/templates/question/sidebar.html
@@ -47,7 +47,7 @@
<div class="clearfix"></div>
<h2>{% trans %}Stats{% endtrans %}</h2>
<p>
- {% trans %}Asked{% endtrans %}: {{ timeago(question.added_at) }}
+ {% trans %}Asked{% endtrans %}: <strong>{{ timeago(question.added_at) }}</strong>
</p>
<p>
{% trans %}Seen{% endtrans %}: <strong>{{ thread.view_count|intcomma }} {% trans %}times{% endtrans %}</strong>