Add raw date to title attribute on old flags page (#6349)

This commit is contained in:
Joshua Rosenfeld 2018-08-30 21:01:10 -04:00 committed by Sam
parent 297e8aaf2e
commit f3afc0cf76
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{{#link-to 'adminUser' user.id user.username class="flag-user-username"}}
{{user.username}}
{{/link-to}}
<div class='flag-user-date'>
<div class='flag-user-date' title='{{raw-date date}}'>
{{format-age date}}
</div>
</div>