Make personal role management discoverable via links
This commit is contained in:
parent
db28e5bb5e
commit
7e0abe20b8
5 changed files with 19 additions and 1 deletions
|
@ -29,4 +29,14 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|||
<h2>SSH Keys
|
||||
|
||||
<p>
|
||||
See <a href=@{KeysR}>keys</a>.
|
||||
<a href=@{KeysR}>keys
|
||||
|
||||
<h2>Repository Roles
|
||||
|
||||
<p>
|
||||
<a href=@{RepoRolesR}>Repository roles
|
||||
|
||||
<h2>Project Roles
|
||||
|
||||
<p>
|
||||
<a href=@{ProjectRolesR}>Project roles
|
||||
|
|
|
@ -12,6 +12,8 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
|
|||
$# with this software. If not, see
|
||||
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
<a href=@{ProjectRoleNewR}>New…
|
||||
|
||||
<ul>
|
||||
$forall Entity _rid role <- roles
|
||||
<li>
|
||||
|
|
|
@ -12,6 +12,8 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
|
|||
$# with this software. If not, see
|
||||
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
<a href=@{ProjectRoleOpNewR rl}>New…
|
||||
|
||||
<ul>
|
||||
$forall op <- ops
|
||||
<li>
|
||||
|
|
|
@ -12,6 +12,8 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
|
|||
$# with this software. If not, see
|
||||
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
<a href=@{RepoRoleNewR}>New…
|
||||
|
||||
<ul>
|
||||
$forall Entity _rid role <- roles
|
||||
<li>
|
||||
|
|
|
@ -12,6 +12,8 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
|
|||
$# with this software. If not, see
|
||||
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
<a href=@{RepoRoleOpNewR rl}>New…
|
||||
|
||||
<ul>
|
||||
$forall op <- ops
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue