diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-23 11:24:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-23 11:24:13 +0200 |
commit | bc4a1ee500e834992bc6cc558f9d86e2ca8ea4dd (patch) | |
tree | 14d7b7ce689773beb2b3a11278aa2921a57ca381 | |
parent | 78816f2f74309394eb35e6abded4a1f8ec8f5f2c (diff) | |
download | volse-hubzilla-bc4a1ee500e834992bc6cc558f9d86e2ca8ea4dd.tar.gz volse-hubzilla-bc4a1ee500e834992bc6cc558f9d86e2ca8ea4dd.tar.bz2 volse-hubzilla-bc4a1ee500e834992bc6cc558f9d86e2ca8ea4dd.zip |
reverse f325c29b48b2bf954d13e89035c1e9abecdca780 - this needs discussion. there is a link to source in the item menu. we might consider linking the timestamp to the source item (like some of the federated networks do) but then remove it from the item dropdown (having things double proved to confuse people). imo the link in the dropdown menu should be sufficient though.
-rwxr-xr-x | view/tpl/conv_item.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index afcde0ded..a1d287f26 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -52,7 +52,6 @@ </div> <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}"> {{if $item.verified}}<i class="fa fa-check item-verified" title="{{$item.verified}}"></i> {{elseif $item.forged}}<i class="fa fa-exclamation item-forged" title="{{$item.forged}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location p-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}"><time class="dt-published" datetime="{{$item.isotime}}">{{$item.localtime}}</time>{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.editedtime}} <i class="fa fa-pencil"></i>{{/if}} {{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}} -{{if $item.plink}}<a href="{{$item.plink.href}}" title="{{$item.plink.title}}"><i class="generic-icons-nav fa fa-fw fa-external-link"></i></a>{{/if}} </div> </div> {{if $item.divider}} |