Properly align navbar when not signed in

This commit is contained in:
Andreas Nedbal 2020-04-25 14:29:52 +02:00
parent 7767eeae9f
commit 3885c24825
1 changed files with 1 additions and 1 deletions

View File

@ -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