diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-19 17:39:19 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-19 17:39:19 -0800 |
commit | 4cd0b745cbc24a035a5e9ba488917ec7beeda888 (patch) | |
tree | faad8cf0e7ef2a720ce002e6b280ae31a77971d0 /view/tpl/cloud_directory.tpl | |
parent | cf4588f16fbe6dc55eabdb590480bc88d560dad3 (diff) | |
parent | 88d0bf94d89ac739469528bdab7905d0c00cf8a9 (diff) | |
download | volse-hubzilla-4cd0b745cbc24a035a5e9ba488917ec7beeda888.tar.gz volse-hubzilla-4cd0b745cbc24a035a5e9ba488917ec7beeda888.tar.bz2 volse-hubzilla-4cd0b745cbc24a035a5e9ba488917ec7beeda888.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/cloud_directory.tpl')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 2 |
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}} |