changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user