diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-30 18:49:18 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-30 18:49:18 -0700 |
commit | 71e0e55b0b5bc1746cb481056b027e76c1821ef7 (patch) | |
tree | 7e49ea56994a901398ee49d9c2bc6d8586d58595 /view/tpl/cloud_header.tpl | |
parent | 4fef29e61c32b129f0090a4962d91607337a9406 (diff) | |
download | volse-hubzilla-71e0e55b0b5bc1746cb481056b027e76c1821ef7.tar.gz volse-hubzilla-71e0e55b0b5bc1746cb481056b027e76c1821ef7.tar.bz2 volse-hubzilla-71e0e55b0b5bc1746cb481056b027e76c1821ef7.zip |
provide a 'tile' view (view only) mode to mod_cloud
Diffstat (limited to 'view/tpl/cloud_header.tpl')
-rw-r--r-- | view/tpl/cloud_header.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl index c1e589341..468f2febc 100644 --- a/view/tpl/cloud_header.tpl +++ b/view/tpl/cloud_header.tpl @@ -1,6 +1,7 @@ <div class="section-title-wrapper"> {{if $actionspanel}} <div class="pull-right"> + <a href="cloud_tiles/{{$cpath}}" class="btn btn-sm btn-outline-secondary"><i class="fa fa-fw {{if $tiles}}fa-list-ul{{else}}fa-table{{/if}}"></i></a> {{if $is_owner}} <a href="/sharedwithme" class="btn btn-sm btn-outline-secondary"><i class="fa fa-cloud-download"></i> {{$shared}}</a> {{/if}} |