diff options
author | Jan C. Borchardt <hey@jancborchardt.net> | 2020-08-06 22:55:30 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-09-07 08:30:01 +0200 |
commit | 4c48d6bf18c0394fc617a73c9bbc2872d7d2421f (patch) | |
tree | 431d2925ff17b7f1f314a99a054bae27bf1c7386 /apps/settings/templates | |
parent | 5483d02b5e3ef8d20054d3d0332d82a8a3dbd5b0 (diff) | |
download | nextcloud-server-4c48d6bf18c0394fc617a73c9bbc2872d7d2421f.tar.gz nextcloud-server-4c48d6bf18c0394fc617a73c9bbc2872d7d2421f.zip |
Add 'Reasons to use Nextcloud in your organization' call to action in settings
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/personal/development.notice.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/personal/development.notice.php b/apps/settings/templates/settings/personal/development.notice.php index 8f584a1bff7..95197b96392 100644 --- a/apps/settings/templates/settings/personal/development.notice.php +++ b/apps/settings/templates/settings/personal/development.notice.php @@ -1,4 +1,7 @@ -<div class="section"> +<div class="section development-notice"> + <p> + <a href="<?php p($_['reasons-use-nextcloud-pdf-link']); ?>" id="open-reasons-use-nextcloud-pdf" class="link-button icon-file" target="_blank">Reasons to use Nextcloud in your organization</a> + </p> <p> <?php print_unescaped(str_replace( [ |