demarches-normaliennes/app/views/layouts/_new_header.haml

8 lines
286 B
Text
Raw Normal View History

.new-header{ class: current_page?(root_path) ? nil : 'new-header-with-border' }
2017-04-04 14:37:16 +02:00
.header-inner-content
%img.header-logo.pull-left{ src: image_url("header/logo-tps.svg") }
2017-04-04 14:37:16 +02:00
= link_to "Connexion", new_user_session_path, :class => "header-login-button pull-right"
.clear-fix