summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-03-28 23:55:11 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-25 00:22:01 +0200
commit6e5f0e0d9db35fcda3333539bf0935381396d3d2 (patch)
tree64308a852dd46de173a74a2fe273c99f58be48b7 /settings/templates
parentec96faead84ca5edf37a2fd95dea51797cb3af8a (diff)
downloadnextcloud-server-6e5f0e0d9db35fcda3333539bf0935381396d3d2.tar.gz
nextcloud-server-6e5f0e0d9db35fcda3333539bf0935381396d3d2.zip
hide app version and level on narrower screens
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/apps.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index e3e9ad97d6f..e102d87afaa 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -40,12 +40,12 @@ script(
{{name}}
{{/if}}
</h2>
- <div class="app-version"> {{version}}</div>
+ <div class="app-version">{{version}}</div>
<div class="app-level">
{{{level}}}{{#unless internal}}<a href="https://apps.nextcloud.com/apps/{{id}}">View in Store</a>{{/unless}}
</div>
- <div>
+ <div class="app-groups">
{{#if active}}
<div class="groups-enable">
<input type="checkbox" class="groups-enable__checkbox checkbox" id="groups_enable-{{id}}"/>