login

<     >

2023-08-04 11:03:55 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

add some links in home page

diff --git a/view/home.html b/view/home.html
index 65bf4fe..d302042 100644
--- a/view/home.html
+++ b/view/home.html
@@ -5,10 +5,17 @@
   <title>{{$title}}</title>
   <style>
     .centered { text-align: center; }
+    .menu a { margin: 7px; }
     % include view/board.css
   </style>
 </head>
 <body>
+  <div class="centered menu">
+    <a href="/new/ticket">new ticket</a>
+    <a href="/p">projects</a>
+    <a href="/invites">invites</a>
+  </div>
+  <br>
   <h1 class="centered">Global Board</h1>
   <div class="kanban-board">
     % for column in $columns do