Add the new header

This commit is contained in:
gregoirenovel 2017-04-04 14:37:16 +02:00
parent e605be9246
commit 336e6120a6
5 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,7 @@
.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

View file

@ -21,6 +21,7 @@
- else
Env Test
= render partial: "layouts/new_header"
= render partial: "layouts/flash_messages"
= yield