mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-26 16:48:50 +01:00
Merge pull request #491 from Yuego/master
Update russian translation. Fix rendering of KB Category links.
This commit is contained in:
commit
879e101108
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,9 @@
|
||||
<p>{{ item.question }}</p>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<p>{% blocktrans %}View <a href='{{ item.get_absolute_url }}'>Answer <i class="fa fa-arrow-right"></i></a>{% endblocktrans %}</p>
|
||||
<p>
|
||||
{% blocktrans with item.get_absolute_url as url %}View <a href='{{ url }}'>Answer <i class="fa fa-arrow-right"></i></a>{% endblocktrans %}
|
||||
</p>
|
||||
<div class="well well-sm">
|
||||
<p>{% trans 'Rating' %}: {{ item.score }}</p>
|
||||
<p>{% trans 'Last Update' %}: {{ item.last_updated|naturaltime }}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user