Provided a tooltip with full time information for the document history dates.

- Legacy-Id: 15714
This commit is contained in:
Henrik Levkowetz 2018-11-05 04:21:02 +00:00
parent 955ba2b88d
commit 34d4b5c4be

View file

@ -112,7 +112,7 @@
<tbody>
{% for e in events %}
<tr class="anchor-target" id="history-{{ e.pk }}">
<td class="text-nowrap">{{ e.time|date:"Y-m-d" }}</td>
<td class="text-nowrap"><div title="{{ e.time|date:'Y-m-d H:i:s O' }}">{{ e.time|date:"Y-m-d" }}</div></td>
<td class="text-center">{{ e.rev }}</td>
<td>{{ e.by|escape }}</td>
<td>{{ e.desc|format_history_text|safe }}</td>