mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Allow editing of projects
This commit is contained in:
parent
e21f411191
commit
b2191d1219
16 changed files with 191 additions and 75 deletions
|
@ -45,7 +45,7 @@ catch(Exceptions\InvalidPermissionsException){
|
|||
<p class="message success">User saved!</p>
|
||||
<? } ?>
|
||||
|
||||
<a href="<?= $user->Url ?>/edit">Edit user</a>
|
||||
<a href="<?= $user->EditUrl ?>">Edit user</a>
|
||||
|
||||
<? if($user->Benefits->CanManageProjects || $user->Benefits->CanReviewProjects){ ?>
|
||||
<a href="<?= $user->Url ?>/projects">Projects</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue