summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-25 20:17:52 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-04-26 20:07:49 +0200
commit4b1ac3fef204b9ac252766fb7496b3ec5fbed731 (patch)
treed453b978d5fa54ef1224fe59101137fafb423b9c /settings/templates
parent47cd9760350baaf24bdf92c7a77129e59ec2f8f3 (diff)
downloadnextcloud-server-4b1ac3fef204b9ac252766fb7496b3ec5fbed731.tar.gz
nextcloud-server-4b1ac3fef204b9ac252766fb7496b3ec5fbed731.zip
Add titles
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/apps.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 310513722cf..b3dcbeba233 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -29,7 +29,6 @@ script(
<?php endif; ?>
</script>
-
<script id="app-template-installed" type="text/x-handlebars">
<div class="section" id="app-{{id}}">
<div class="app-image app-image-icon"></div>
@@ -74,6 +73,9 @@ script(
</script>
<script id="app-template" type="text/x-handlebars">
+ {{#if newCategory}}
+ <br/><h2>{{categoryName}}</h2>
+ {{/if}}
<div class="section" id="app-{{id}}">
{{#if preview}}
<div class="app-image{{#if previewAsIcon}} app-image-icon{{/if}} icon-loading">