UX: remove 'ago' from user streams

This commit is contained in:
Régis Hanol 2014-11-05 21:53:16 +01:00
parent b328d47628
commit d104b72aee
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div {{bind-attr class=":item hidden deleted moderator_action"}}>
<div class='clearfix info'>
<a href="{{unbound userUrl}}" data-user-card="{{unbound username}}" class='avatar-link'><div class='avatar-wrapper'>{{avatar this imageSize="large" extraClasses="actor" ignoreTitle="true"}}</div></a>
<span class='time'>{{format-date path="created_at" leaveAgo="true"}}</span>
<span class='time'>{{format-date path="created_at"}}</span>
<span class="title">
<a href="{{unbound postUrl}}">{{unbound title}}</a>
</span>