|
@@ -116,7 +116,7 @@
|
|
<strong>{{ warning.giver_username }}</strong>,
|
|
<strong>{{ warning.giver_username }}</strong>,
|
|
{% endif %}
|
|
{% endif %}
|
|
<abbr class="tooltip-top dynamic time-ago" title="{{ warning.given_on }}" data-timestamp="{{ warning.given_on|date:"c" }}">
|
|
<abbr class="tooltip-top dynamic time-ago" title="{{ warning.given_on }}" data-timestamp="{{ warning.given_on|date:"c" }}">
|
|
- {{ warning.given_on|compact_date }}
|
|
|
|
|
|
+ {{ warning.given_on|compact_date|lower }}
|
|
</abbr>
|
|
</abbr>
|
|
</li>
|
|
</li>
|
|
{% if warning.is_canceled %}
|
|
{% if warning.is_canceled %}
|
|
@@ -132,7 +132,7 @@
|
|
{% endcapture %}
|
|
{% endcapture %}
|
|
{% capture trimmed as canceled %}
|
|
{% capture trimmed as canceled %}
|
|
<abbr class="tooltip-top dynamic time-ago" title="{{ warning.canceled_on }}" data-timestamp="{{ warning.canceled_on|date:"c" }}">
|
|
<abbr class="tooltip-top dynamic time-ago" title="{{ warning.canceled_on }}" data-timestamp="{{ warning.canceled_on|date:"c" }}">
|
|
- {{ warning.canceled_on|compact_date }}
|
|
|
|
|
|
+ {{ warning.canceled_on|compact_date|lower }}
|
|
</abbr>
|
|
</abbr>
|
|
{% endcapture %}
|
|
{% endcapture %}
|
|
{% blocktrans trimmed with user=canceler|safe canceled=canceled|safe %}
|
|
{% blocktrans trimmed with user=canceler|safe canceled=canceled|safe %}
|