UI: Minimal HTML page for Project
This commit is contained in:
parent
c0103d9564
commit
64aae37b4f
2 changed files with 16 additions and 1 deletions
|
@ -149,7 +149,7 @@ getProjectR projectHash = do
|
|||
, AP.projectParents = []
|
||||
, AP.projectComponents = []
|
||||
}
|
||||
provideHtmlAndAP projectAP $ redirectToPrettyJSON here
|
||||
provideHtmlAndAP projectAP $(widgetFile "project/one")
|
||||
where
|
||||
here = ProjectR projectHash
|
||||
|
||||
|
|
15
templates/project/one.hamlet
Normal file
15
templates/project/one.hamlet
Normal file
|
@ -0,0 +1,15 @@
|
|||
$# This file is part of Vervis.
|
||||
$#
|
||||
$# Written in 2023 by fr33domlover <fr33domlover@riseup.net>.
|
||||
$#
|
||||
$# ♡ Copying is an act of love. Please copy, reuse and share.
|
||||
$#
|
||||
$# The author(s) have dedicated all copyright and related and neighboring
|
||||
$# rights to this software to the public domain worldwide. This software is
|
||||
$# distributed without any warranty.
|
||||
$#
|
||||
$# 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/>.
|
||||
|
||||
^{projectNavW (Entity projectID project) actor}
|
Loading…
Reference in a new issue