summaryrefslogtreecommitdiff
path: root/app/Template/user_list
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-22 22:38:00 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-22 22:38:00 -0500
commit10d96bfd668f445249190c52bedb2eb0e7e9410d (patch)
tree951bcf637b9371529a6552a2efd22e7a84707d9e /app/Template/user_list
parent2f43d365a0aaeff638eb4731bcff6907b491633a (diff)
Add user invitations
Diffstat (limited to 'app/Template/user_list')
-rw-r--r--app/Template/user_list/show.php3
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>