Allow editing of projects

This commit is contained in:
Alex Cabal 2024-12-18 14:20:28 -06:00
parent e21f411191
commit b2191d1219
16 changed files with 191 additions and 75 deletions

View file

@ -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>