mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
quattro: use "ago" for date information and on mouse the date stamp
This commit is contained in:
parent
1e9d35fb0e
commit
036d5db0c0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="mail-list-wrapper">
|
||||
<span class="mail-subject {{if $seen}}seen{{else}}unseen{{endif}}"><a href="message/$id" class="mail-link">$subject</a></span>
|
||||
<span class="mail-from">$from_name</span>
|
||||
<span class="mail-date">$date</span>
|
||||
<span class="mail-date" title="$date">$ago</span>
|
||||
<span class="mail-count">$count</span>
|
||||
|
||||
<a href="message/dropconv/$id" onclick="return confirmDelete();" title="$delete" class="mail-delete icon s22 delete"></a>
|
||||
|
|
Loading…
Reference in a new issue