From bc17dc78ddf755ee09c509612da2be95c2632510 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sun, 1 May 2016 11:05:20 +0000 Subject: [PATCH] Link from project page to its tickets --- templates/project/project.hamlet | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/templates/project/project.hamlet b/templates/project/project.hamlet index 70902d7..1e08689 100644 --- a/templates/project/project.hamlet +++ b/templates/project/project.hamlet @@ -14,28 +14,14 @@ $# .

Vervis > People > #{user} > Projects > #{proj} -

About

This is the project page for #{proj}, shared by #{user}. -

Details - - - -
Human-friendly name - - $maybe name <- projectName project - #{name} - $nothing - (none) -
Description - - $maybe desc <- projectDesc project - #{desc} - $nothing - (none) - -

Repos - -

- See - repos. +

    +
  • + Human-friendly name: #{fromMaybe "(none)" $ projectName project} +
  • + Description: #{fromMaybe "(none)" $ projectDesc project} +
  • + TODO list the project's repos here, or link to a separate page that does +
  • + Tickets