diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-22 22:38:00 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-22 22:38:00 -0500 |
commit | 10d96bfd668f445249190c52bedb2eb0e7e9410d (patch) | |
tree | 951bcf637b9371529a6552a2efd22e7a84707d9e /app/Template/user_list | |
parent | 2f43d365a0aaeff638eb4731bcff6907b491633a (diff) |
Add user invitations
Diffstat (limited to 'app/Template/user_list')
-rw-r--r-- | app/Template/user_list/show.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Template/user_list/show.php b/app/Template/user_list/show.php index 667945ca..e83895ea 100644 --- a/app/Template/user_list/show.php +++ b/app/Template/user_list/show.php @@ -6,6 +6,9 @@ <?= $this->modal->medium('plus', t('New user'), 'UserCreationController', 'show') ?> </li> <li> + <?= $this->modal->medium('paper-plane', t('Invite people'), 'UserInviteController', 'show') ?> + </li> + <li> <?= $this->modal->medium('upload', t('Import'), 'UserImportController', 'show') ?> </li> <li> |