Add the new header
This commit is contained in:
parent
e605be9246
commit
336e6120a6
5 changed files with 64 additions and 0 deletions
7
app/views/layouts/_new_header.haml
Normal file
7
app/views/layouts/_new_header.haml
Normal 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
|
|
@ -21,6 +21,7 @@
|
|||
- else
|
||||
Env Test
|
||||
|
||||
= render partial: "layouts/new_header"
|
||||
= render partial: "layouts/flash_messages"
|
||||
= yield
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue