From 38816d7e41de65de5b8a328a3b8d808c6a438779 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 20 Oct 2015 18:48:14 -0700 Subject: move quota display to where it's visible on a tablet --- view/tpl/cloud_header.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'view/tpl/cloud_header.tpl') diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl index c75815d07..0786b46ba 100644 --- a/view/tpl/cloud_header.tpl +++ b/view/tpl/cloud_header.tpl @@ -4,11 +4,12 @@ {{if $is_owner}}  {{$shared}} {{/if}} - - + + {{/if}}

{{$header}}

+ {{if $quota.limit || $quota.used}}{{$quota.desc}}{{/if}}
{{if $actionspanel}} -- cgit v1.2.3