mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Added "New Site" to interior top bar when not logged in
This commit is contained in:
parent
de48a1ff35
commit
6fe7db054b
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
|
||||
<ul class="status-Nav">
|
||||
<% if !signed_in? %>
|
||||
<li>
|
||||
<a href="/new" class="create-New" title="Create a new website">New Site</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/signin" class="sign-In" title="Sign into your account">Sign In</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue