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