aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/sharedwithme.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-23 15:37:13 -0700
committerfriendica <info@friendica.com>2015-03-23 15:37:13 -0700
commit0f8fdf1a3eef05af8177d2ada7b64add4c05d538 (patch)
tree69e137faf1b31d76ea5085600c9924b9727c9222 /view/tpl/sharedwithme.tpl
parentf2127d4ba717484140530e17eb8ae495cab349d7 (diff)
parentdd930f180ebb1983dd634fcf0d14369797425b55 (diff)
downloadvolse-hubzilla-0f8fdf1a3eef05af8177d2ada7b64add4c05d538.tar.gz
volse-hubzilla-0f8fdf1a3eef05af8177d2ada7b64add4c05d538.tar.bz2
volse-hubzilla-0f8fdf1a3eef05af8177d2ada7b64add4c05d538.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/sharedwithme.tpl')
-rw-r--r--view/tpl/sharedwithme.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/sharedwithme.tpl b/view/tpl/sharedwithme.tpl
index 1aeb9d4d7..4502df276 100644
--- a/view/tpl/sharedwithme.tpl
+++ b/view/tpl/sharedwithme.tpl
@@ -14,7 +14,7 @@
{{foreach $items as $item}}
<tr id="cloud-index-{{$item.id}}">
<td><i class="{{$item.objfiletypeclass}}" title="{{$item.objfiletype}}"></i></td>
- <td><a href="{{$item.objurl}}">{{$item.objfilename}}</a></td>
+ <td><a href="{{$item.objurl}}">{{$item.objfilename}}</a>{{if $item.unseen}}&nbsp;<span class="label label-success">{{$label_new}}</span>{{/if}}</td>
<td class="cloud-index-tool"><a href="/sharedwithme/{{$item.id}}/drop" title="{{$drop}}" onclick="return confirmDelete();"><i class="icon-trash drop-icons"></i></a></td>
<td class="hidden-xs">{{$item.objfilesize}}</td>
<td class="hidden-xs">{{$item.objedited}}</td>