diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-05 11:03:48 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-10-05 11:38:06 +0200 |
commit | 671f16f7069dd070db63f9f13e0c1e8882c3d953 (patch) | |
tree | bcc57929c793f26258bcd1946048d1eb8a7c6dc0 /apps/files_sharing | |
parent | 66ae43880b7d898e54a47d3a4651684d85a1e951 (diff) | |
download | nextcloud-server-671f16f7069dd070db63f9f13e0c1e8882c3d953.tar.gz nextcloud-server-671f16f7069dd070db63f9f13e0c1e8882c3d953.zip |
Add icons to activity navigation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/lib/Activity.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/Activity.php b/apps/files_sharing/lib/Activity.php index f69f86175f8..4d57cc8c7b2 100644 --- a/apps/files_sharing/lib/Activity.php +++ b/apps/files_sharing/lib/Activity.php @@ -429,6 +429,7 @@ class Activity implements IExtension { 'top' => [ self::FILTER_SHARES => [ 'id' => self::FILTER_SHARES, + 'icon' => 'icon-share', 'name' => (string) $l->t('Shares'), 'url' => $this->URLGenerator->linkToRoute('activity.Activities.showList', ['filter' => self::FILTER_SHARES]), ], |