aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-17 09:14:16 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-17 09:14:16 +0100
commitbecd5f1446dd837e006f31d3befb611c20445d8d (patch)
treebe7211a665c3b645e41f915baf23bbc211c9a0ee /view
parent3f2b7d756c2bcffef675770d28d5b65b380fc8f5 (diff)
parentab363e31322d699ee53f052d5198c3a7680f8cc8 (diff)
downloadvolse-hubzilla-becd5f1446dd837e006f31d3befb611c20445d8d.tar.gz
volse-hubzilla-becd5f1446dd837e006f31d3befb611c20445d8d.tar.bz2
volse-hubzilla-becd5f1446dd837e006f31d3befb611c20445d8d.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view')
-rw-r--r--view/tpl/cloud_directory.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl
index 40278661f..3ae8cbf35 100644
--- a/view/tpl/cloud_directory.tpl
+++ b/view/tpl/cloud_directory.tpl
@@ -16,7 +16,7 @@
<div class="cloud-container">
<div class="cloud-icon"><a href="{{$item.fullPath}}">
{{if $item.photo_icon}}
- <img src="photo/{{$item.photo_icon}}" title="{{$item.type}}" >
+ <img src="{{$item.photo_icon}}" title="{{$item.type}}" >
{{else}}
<i class="fa fa-fw {{$item.iconFromType}}" title="{{$item.type}}"></i>
{{/if}}