diff options
author | Felix A. Epp <work@felixepp.de> | 2017-01-22 16:32:10 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 00:22:01 +0200 |
commit | 8496b36f0ac046e2df5384b81cd7242c0c518860 (patch) | |
tree | 5b45522ce0f160c28d5877a0dada32d3be515e40 /settings | |
parent | 89ac71355df63bbad814d05999cc44d98d75fadf (diff) | |
download | nextcloud-server-8496b36f0ac046e2df5384b81cd7242c0c518860.tar.gz nextcloud-server-8496b36f0ac046e2df5384b81cd7242c0c518860.zip |
Add a link to the appstore page in the installed apps settings categories
Signed-off-by: Felix A. Epp <work@felixepp.de>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 1b6e5e60327..f8f065a7f64 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -42,7 +42,7 @@ script( </h2> <div class="app-version"> {{version}}</div> <div class="app-level"> - {{{level}}} + {{{level}}}{{#unless internal}}<a href="https://apps.nextcloud.com/apps/{{id}}">View in Store</a>{{/unless}} </div> <div> |