demarches-normaliennes/app/views/layouts/_new_header.haml
2017-06-19 18:21:15 +02:00

7 lines
328 B
Text

.new-header{ class: current_page?(root_path) ? nil : 'new-header-with-border' }
.header-inner-content
= link_to root_path do
%img.header-logo{ src: image_url("header/logo-tps.svg") }
- unless request.path == new_user_session_path
= link_to "Connexion", new_user_session_path, class: "header-login-button"