created icon with tooltip in changeset view

This commit is contained in:
Laura Klünder 2017-06-18 17:52:57 +02:00
parent 483dcfc218
commit 4595920337

View file

@ -31,6 +31,7 @@
{% if change.value %}<u>{% else %}<em>{% endif %}{{ change.title }}{% if change.value %}</u>:{% else %}</em>{% endif %}
{{ change.value }}
</td>
<td class="text-muted"><i class="glyphicon glyphicon-time" data-toggle="tooltip" data-placement="left" title="{{ change.created }}"></i></td>
</tr>
{% endfor %}
</tbody>