Fixed : Time for notifications and feed
Altered : time column to time_added column
This commit is contained in:
parent
67204901bf
commit
875a52e6da
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<img src="{$notification.actor_thumb}" class="notify_avatar"/>
|
||||
<div class="notification_data">{$notification.phrase}
|
||||
<div class="notification_time">
|
||||
<i class="{get_notify_icon($notification)}"></i> {what_time($notification.time)}
|
||||
<i class="{get_notify_icon($notification)}"></i> {what_time($notification.time_added)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<a href="{$userquery->profile_link($feed.user)}"><img src="{$userquery->avatar($feed.user,'small')}" /></a>
|
||||
<span class="feed-author-name"><a href="{$userquery->profile_link($feed.user)}">{name($feed.user)}</a></span>
|
||||
</div>
|
||||
<div class="feed-time">{what_time($feed.time)} <i class="icon-globe icon-v3"></i></div>
|
||||
<div class="feed-time">{what_time($feed.time_added)} <i class="icon-globe icon-v3"></i></div>
|
||||
</div>
|
||||
<div class="feed-context">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue