show date without a bug link (bug 648926)
This commit is contained in:
Родитель
52ea7ef272
Коммит
361e13a0e1
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче