Merge pull request #491 from Yuego/master

Update russian translation.
Fix rendering of KB Category links.
This commit is contained in:
Garret Wassermann 2017-03-17 10:41:01 -04:00 committed by GitHub
commit 879e101108
3 changed files with 1423 additions and 940 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,9 @@
<p>{{ item.question }}</p> <p>{{ item.question }}</p>
</div> </div>
<div class="panel-footer"> <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"> <div class="well well-sm">
<p>{% trans 'Rating' %}: {{ item.score }}</p> <p>{% trans 'Rating' %}: {{ item.score }}</p>
<p>{% trans 'Last Update' %}: {{ item.last_updated|naturaltime }}</p> <p>{% trans 'Last Update' %}: {{ item.last_updated|naturaltime }}</p>