2017-05-05 12:29:19 +02:00
|
|
|
.new-header{ class: current_page?(root_path) ? nil : 'new-header-with-border' }
|
2017-04-04 14:37:16 +02:00
|
|
|
.header-inner-content
|
2017-04-26 14:58:48 +02:00
|
|
|
%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
|