Skip to content

Commit 34d4b5c

Browse files
committed
Provided a tooltip with full time information for the document history dates.
- Legacy-Id: 15714
1 parent 955ba2b commit 34d4b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/document_history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h2>Document history</h2>
112112
<tbody>
113113
{% for e in events %}
114114
<tr class="anchor-target" id="history-{{ e.pk }}">
115-
<td class="text-nowrap">{{ e.time|date:"Y-m-d" }}</td>
115+
<td class="text-nowrap"><div title="{{ e.time|date:'Y-m-d H:i:s O' }}">{{ e.time|date:"Y-m-d" }}</div></td>
116116
<td class="text-center">{{ e.rev }}</td>
117117
<td>{{ e.by|escape }}</td>
118118
<td>{{ e.desc|format_history_text|safe }}</td>

0 commit comments

Comments
 (0)