mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update navbar view
This commit is contained in:
parent
cd7ea97500
commit
49157894ad
1 changed files with 3 additions and 1 deletions
|
@ -20,9 +20,11 @@
|
|||
@endauth
|
||||
|
||||
@guest
|
||||
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li><a class="nav-link font-weight-bold text-primary" href="{{ route('login') }}" title="Login">{{ __('Login') }}</a></li>
|
||||
<li><a class="nav-link font-weight-bold" href="{{ route('register') }}" title="Register">{{ __('Register') }}</a></li>
|
||||
@if(config('pixelfed.open_registration'))
|
||||
<li><a class="nav-link font-weight-bold" href="{{ route('register') }}" title="Register">{{ __('Register') }}</a></li>@endif
|
||||
@else
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<div class="d-none d-md-block">
|
||||
|
|
Loading…
Reference in a new issue