added Team Presence Page
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
package templates
|
||||
|
||||
|
||||
|
||||
templ headerComponent() {
|
||||
<div class="flex flex-row justify-between md:mx-[10%] py-2">
|
||||
<a href="/time">Zeitverwaltung</a>
|
||||
<a href="/team">Abrechnung</a>
|
||||
<a href="/user">Einstellungen</a>
|
||||
if true {
|
||||
<a href="/team/presence">Anwesenheit</a>
|
||||
}
|
||||
<a href="/user/settings">Einstellungen</a>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user