show date without a bug link (bug 648926)

This commit is contained in:
Jeff Balogh 2011-04-11 10:46:22 -07:00
Родитель 52ea7ef272
Коммит 361e13a0e1
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -44,6 +44,10 @@
<footer>{% trans date = details.created|datetime, link = details.bug %}
Blocked on {{ date }}. <a href="{{ link }}">View block request</a>.
{% endtrans %}</footer>
{% else %}
<footer>{% trans date = details.created|datetime %}
Blocked on {{ date }}.
{% endtrans %}</footer>
{% endif %}
</div>