Add projects, environments, applications, databases
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
@guest
|
||||
<a href="/login">Login</a>
|
||||
<a href="/register">Register</a>
|
||||
@endguest
|
||||
@auth
|
||||
<a href="/">Home</a>
|
||||
<a href="/demo">Demo</a>
|
||||
<a href="/profile">Profile</a>
|
||||
<form action="/logout" method="POST">
|
||||
|
||||
Reference in New Issue
Block a user