This commit is contained in:
Martin Mahner 2018-03-24 16:03:43 +01:00
parent 3f634b6c7a
commit 4ad24e0e89

View file

@ -30,7 +30,8 @@
<h3 class="history-header"> <h3 class="history-header">
<a href="{{ snippet.get_absolute_url }}">{% blocktrans with snippet.lexer_name as type %}{{ type }} Snippet{% endblocktrans %}</a> <a href="{{ snippet.get_absolute_url }}">{% blocktrans with snippet.lexer_name as type %}{{ type }} Snippet{% endblocktrans %}</a>
<span class="sep"></span> <span class="sep"></span>
{% blocktrans with snippet.published|timesince as since %}{{ since }} ago{% endblocktrans %} {% blocktrans with snippet.published|timesince as since %}Created {{ since }} ago{% endblocktrans %}
</h3> </h3>
{% if snippet.lexer == '_text' %} {% if snippet.lexer == '_text' %}