diff options
author | friendica <info@friendica.com> | 2012-07-23 04:11:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-23 04:11:59 -0700 |
commit | 3decf67e6d6aa0ae077aa48bcdd37afc05a36dd1 (patch) | |
tree | 890749f2ac3bca28745ff93089c4c9e68e49ae63 /view/wall_item.tpl | |
parent | 33ea8737b71466be84dfaaa0fa16cd2850805158 (diff) | |
download | volse-hubzilla-3decf67e6d6aa0ae077aa48bcdd37afc05a36dd1.tar.gz volse-hubzilla-3decf67e6d6aa0ae077aa48bcdd37afc05a36dd1.tar.bz2 volse-hubzilla-3decf67e6d6aa0ae077aa48bcdd37afc05a36dd1.zip |
realtime updates of "6 minutes ago" with fallback to iso8601 timestamps (available on tooltip)
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 60dde7600..2510a8c0d 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -24,7 +24,7 @@ </div> <div class="wall-item-author"> <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a> - <div class="wall-item-ago" id="wall-item-ago-$item.id">$item.ago</div> + <div id="wall-item-ago-$item.id" class="wall-item-ago"><abbr class="wall-item-ago-time" title="$item.localtime">$item.ago</abbr>{{ if $item.app }}<span class="item.app">$item.str_app</span>{{ endif }}</div> </div> <div class="wall-item-content" id="wall-item-content-$item.id" > |