From 0ff25833a0af34a7bf4423f42ad0b9c626d7f7ae Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sat, 19 Oct 2019 10:52:10 +0000 Subject: [PATCH] UI: In project page, display a link bar --- templates/project/one.hamlet | 71 +++++++++++++++++++++--------------- 1 file changed, 41 insertions(+), 30 deletions(-) diff --git a/templates/project/one.hamlet b/templates/project/one.hamlet index d55f65c..69a27db 100644 --- a/templates/project/one.hamlet +++ b/templates/project/one.hamlet @@ -12,25 +12,49 @@ $# You should have received a copy of the CC0 Public Domain Dedication along $# with this software. If not, see $# . +
+ + $maybe name <- projectName project + #{name} + $nothing + #{prj2text proj} + $maybe desc <- projectDesc project + - + #{desc} + +
+ + + [๐Ÿ“ฅ Inbox] + + + [๐Ÿ“ค Outbox] + + + [๐Ÿค Followers] + + + [๐Ÿค Collaborators] + + + [๐Ÿ› Tickets] + + + [โœ‹ Ticket claim requests] + + [๐Ÿ”Ticket workflow: + ^{workflowLinkW wsharer workflow}] + + $maybe _wiki <- projectWiki project + + [๐Ÿ“– Wiki] + $nothing + [No wiki] + ^{followButton} -

- Edit this project - -