thelounge/client/views/date-marker.tpl

6 lines
246 B
Smarty
Raw Normal View History

<div class="date-marker-container tooltipped tooltipped-s" data-timestamp="{{msgDate}}" aria-label="{{localedate msgDate}}">
<div class="date-marker">
<span class="date-marker-text" data-label="{{friendlydate msgDate}}"></span>
</div>
2016-10-03 20:03:19 +02:00
</div>