This commit is contained in:
2025-03-04 21:34:18 -05:00
parent 1e2523ece7
commit 792a64fd13
4 changed files with 57 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
<!-- views/partials/nav.ejs -->
<div class="nav">
Falls on Fire<br>
<a href="/buy">Buy Tickets</a><br>
<%if (typeof username!='undefined' && username) {%>
<a href="/mytickets">View My Tickets</a><br>
<%}%>
<%if (typeof superuser!='undefined' && superuser) {%>
<a href="/camps">View Camps (Admin)</a><br>
<a href="/settings">Settings (Admin)</a><br>