diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-04-03 13:33:27 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-04-03 13:36:03 +0200 |
commit | 25531bad88617608247d53c4acba231a2322b105 (patch) | |
tree | 8234a5b477c5618a19c77bc39b9a77895481ac8b /settings/templates/apps.php | |
parent | 0816cf91422346313d44cba5f017125899afbf2d (diff) | |
download | nextcloud-server-25531bad88617608247d53c4acba231a2322b105.tar.gz nextcloud-server-25531bad88617608247d53c4acba231a2322b105.zip |
Make user names clickable
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index f930ce6d444..b9459e0bd54 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -62,11 +62,13 @@ script( <div class="app-level"> {{{level}}} </div> + {{#if profilepage}}<a href="{{profilepage}}" target="_blank" rel="noreferrer">{{/if}} <div class="app-author"><?php p($l->t('by')); ?> {{author}} {{#if licence}} ({{licence}}-<?php p($l->t('licensed')); ?>) {{/if}} </div> + {{#if profilepage}}</a>{{/if}} {{#if score}} <div class="app-score">{{{score}}}</div> {{/if}} |