mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 11:37:47 +01:00
Properly align navbar when not signed in
This commit is contained in:
parent
7767eeae9f
commit
3885c24825
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
%i.fa.fa-pencil-square-o
|
||||
= render "layouts/profile"
|
||||
- else
|
||||
%ul.nav.navbar-nav.navbar-right
|
||||
%ul.nav.navbar-nav.ml-auto
|
||||
= nav_entry t('views.sessions.create'), new_user_session_path
|
||||
= nav_entry t('views.sessions.new'), new_user_registration_path
|
||||
|
||||
|
|
Loading…
Reference in a new issue