diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-04-25 20:17:52 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-04-26 20:07:49 +0200 |
commit | 4b1ac3fef204b9ac252766fb7496b3ec5fbed731 (patch) | |
tree | d453b978d5fa54ef1224fe59101137fafb423b9c /settings/templates | |
parent | 47cd9760350baaf24bdf92c7a77129e59ec2f8f3 (diff) | |
download | nextcloud-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.php | 4 |
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"> |