diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-20 15:04:08 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-20 15:04:08 -0800 |
commit | babe14410c92b2ae6985aebf69d0e755c0fc2045 (patch) | |
tree | 6ec1053cf706b82c44438982ead9ae360939fd83 /view/tpl/cloud_directory.tpl | |
parent | 4cd0b745cbc24a035a5e9ba488917ec7beeda888 (diff) | |
parent | 250d758d74fa1e117ed11c884a0c26040e696494 (diff) | |
download | volse-hubzilla-babe14410c92b2ae6985aebf69d0e755c0fc2045.tar.gz volse-hubzilla-babe14410c92b2ae6985aebf69d0e755c0fc2045.tar.bz2 volse-hubzilla-babe14410c92b2ae6985aebf69d0e755c0fc2045.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 3ae8cbf35..a9840a0b8 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -3,7 +3,7 @@ {{if $parentpath}} <div class="cloud-container" > - <div class="cloud-icon"><a href="{{$parentpath.path}}"> + <div class="cloud-icon tiles"><a href="{{$parentpath.path}}"> <i class="fa fa-fw fa-level-up" ></i> </a> </div> @@ -14,7 +14,7 @@ {{foreach $entries as $item}} <div class="cloud-container"> - <div class="cloud-icon"><a href="{{$item.fullPath}}"> + <div class="cloud-icon tiles"><a href="{{$item.fullPath}}"> {{if $item.photo_icon}} <img src="{{$item.photo_icon}}" title="{{$item.type}}" > {{else}} |