mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Added Layout to Admin Pages
Plugged in the new layout to the admin pages
This commit is contained in:
@ -30,9 +30,21 @@
|
||||
<a href="/listings/1" title="instance listing" class="nav-links">
|
||||
Listings
|
||||
</a><br />
|
||||
<a href="/den" title="login" class="nav-links">
|
||||
The Den
|
||||
</a>
|
||||
@if(Auth::check())
|
||||
<a href="/den/member" title="den-member" class="nav-links">
|
||||
Member
|
||||
</a><br />
|
||||
<a href="/den/locations" title="den-locations" class="nav-links">
|
||||
Locations
|
||||
</a><br />
|
||||
<a href="/logout" title="logout" class="nav-links">
|
||||
Logout
|
||||
</a><br />
|
||||
@else
|
||||
<a href="/den" title="login" class="nav-links">
|
||||
The Den
|
||||
</a><br />
|
||||
@endif
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user