mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-28 10:44:52 +09:00
More compact display of personal overview
This commit is contained in:
parent
ef21175ec2
commit
13c944e1ce
1 changed files with 16 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
$# This file is part of Vervis.
|
||||
$#
|
||||
$# Written in 2016 by fr33domlover <fr33domlover@riseup.net>.
|
||||
$# Written in 2016, 2018 by fr33domlover <fr33domlover@riseup.net>.
|
||||
$#
|
||||
$# ♡ Copying is an act of love. Please copy, reuse and share.
|
||||
$#
|
||||
|
@ -17,31 +17,24 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|||
personal overview here. Your projects, repos, news, notifications, settings
|
||||
and so on.
|
||||
|
||||
<h2>Projects
|
||||
|
||||
<ul>
|
||||
$forall project <- projects
|
||||
<li>
|
||||
<a href=@{ProjectR ident project}>#{prj2text project}
|
||||
<li>
|
||||
<a href=@{ProjectNewR ident}>Create new…
|
||||
<p>Projects:
|
||||
<ul>
|
||||
$forall project <- projects
|
||||
<li>
|
||||
<a href=@{ProjectR ident project}>#{prj2text project}
|
||||
<li>
|
||||
<a href=@{ProjectNewR ident}>Create new…
|
||||
|
||||
<h2>SSH Keys
|
||||
<li>
|
||||
<a href=@{KeysR}>SSH keys
|
||||
|
||||
<p>
|
||||
<a href=@{KeysR}>keys
|
||||
<li>
|
||||
<a href=@{RepoRolesR ident}>Repository roles
|
||||
|
||||
<h2>Repository Roles
|
||||
<li>
|
||||
<a href=@{ProjectRolesR ident}>Project roles
|
||||
|
||||
<p>
|
||||
<a href=@{RepoRolesR ident}>Repository roles
|
||||
|
||||
<h2>Project Roles
|
||||
|
||||
<p>
|
||||
<a href=@{ProjectRolesR ident}>Project roles
|
||||
|
||||
<h2>Ticket claim requests
|
||||
|
||||
<p>
|
||||
<a href=@{ClaimRequestsPersonR}>Ticket claim requests
|
||||
<li>
|
||||
<a href=@{ClaimRequestsPersonR}>Ticket claim requests
|
||||
|
|
Loading…
Reference in a new issue