demarches-normaliennes/app/views/layouts/_new_header.haml
2017-04-20 12:18:16 +02:00

7 lines
228 B
Text

.new-header
.header-inner-content
%img{ src: image_url("header/logo-tps.svg"), class: "header-logo pull-left" }
= link_to "Connexion", new_user_session_path, :class => "header-login-button pull-right"
.clear-fix