updates for presentation + starting update for newbooking component
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package templates
|
||||
|
||||
templ headerComponent() {
|
||||
// {{ user := ctx.Value("user").(models.User) }}
|
||||
<div class="flex flex-row justify-between md:mx-[10%] py-2 items-center">
|
||||
<a href="/time">Zeitverwaltung</a>
|
||||
<a href="/team">Abrechnung</a>
|
||||
<a href="/pdf">PDF</a>
|
||||
if true {
|
||||
<a href="/pdf">Monatsabrechnung</a>
|
||||
<a href="/presence">Anwesenheit</a>
|
||||
}
|
||||
<a href="/user/settings">Einstellungen</a>
|
||||
|
||||
Reference in New Issue
Block a user