Extract css for sign_in sign_out from navbar
This commit is contained in:
parent
5ba1c85ca7
commit
c5e0f0a780
3 changed files with 7 additions and 4 deletions
|
@ -15,6 +15,8 @@
|
||||||
%div#navbar-body
|
%div#navbar-body
|
||||||
%div.row
|
%div.row
|
||||||
= render partial: @navbar_url
|
= render partial: @navbar_url
|
||||||
|
%div.col-lg-1.col-md-1.log-options
|
||||||
|
%span.fa.fa-sign-out
|
||||||
|
|
||||||
- if false
|
- if false
|
||||||
- if gestionnaire_signed_in? && user_signed_in?
|
- if gestionnaire_signed_in? && user_signed_in?
|
||||||
|
|
|
@ -4,5 +4,3 @@
|
||||||
%div.row
|
%div.row
|
||||||
%div.col-lg-12.col-md-12
|
%div.col-lg-12.col-md-12
|
||||||
= render partial: "dossiers/download_dossiers"
|
= render partial: "dossiers/download_dossiers"
|
||||||
%div.col-lg-1.col-md-1.log-options
|
|
||||||
%span.fa.fa-sign-out
|
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
|
%div.col-lg-7.col-md-7.main-info
|
||||||
|
Start UP region ile de france (8 dossiers en cours)
|
||||||
|
%div.col-lg-3.col-md-3.options
|
||||||
|
%div.row
|
||||||
|
%div.col-lg-12.col-md-12
|
||||||
|
|
Loading…
Reference in a new issue