diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-19 06:26:57 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-06-29 09:08:33 +0200 |
commit | 4ed8ee1c1e8ada0e5d26f6e014896accc89d4d6a (patch) | |
tree | 7242c4f94ca44e88bb8acd3e920f21ec9904b8da /apps/updatenotification/templates | |
parent | 790c897d98efcbea54dd47407e34d93d928e600e (diff) | |
download | nextcloud-server-4ed8ee1c1e8ada0e5d26f6e014896accc89d4d6a.tar.gz nextcloud-server-4ed8ee1c1e8ada0e5d26f6e014896accc89d4d6a.zip |
Unify vue template design
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/updatenotification/templates')
-rw-r--r-- | apps/updatenotification/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php index dd53ea27eeb..e7aed2670b9 100644 --- a/apps/updatenotification/templates/admin.php +++ b/apps/updatenotification/templates/admin.php @@ -8,7 +8,7 @@ declare(strict_types=1); * This file is licensed under the Affero General Public License version 3 or * later. See the COPYING file. */ -script('updatenotification', 'merged'); +script('updatenotification', 'updatenotification'); style('updatenotification', 'admin'); /** @var array $_ */ ?> |