Working on left-pannel, include footer after main-container

This commit is contained in:
JC 2016-11-21 16:13:19 +01:00
parent 23ef3e896a
commit 2d355bd6a0
7 changed files with 56 additions and 18 deletions

View file

@ -1,5 +1,5 @@
#footer
.container.center
.center
%p{style:'margin-top: 1em;'}
%p{class: "copyright text-muted small"}
=link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"

View file

@ -0,0 +1,9 @@
%div#first-block
%div.row
%div.col-lg-12.col-md-12
112 dossiers en cours
%div.col-lg-12.col-md-12
> 2 nouveaux dossiers
%div#action-block
%div#menu-block
%div#infos-block

View file

@ -1,9 +1,8 @@
- if false
#beta{class:(Rails.env == 'production' ? '' : 'beta_staging')}
- if Rails.env == 'production'
Beta
- else
Env Test
#beta{class:(Rails.env == 'production' ? '' : 'beta_staging')}
- if Rails.env == 'production'
Beta
- else
Env Test
%div.col-lg-2.col-md-2.no-padding
%a#title_navbar{href: '/'}

View file

@ -24,12 +24,14 @@
%div.row
%div#header.navbar
= render partial: "layouts/navbar"
%div.row
%div#left-pannel
%div#main_div
%div.row.no-margin
%div.col-lg-2.col-md-2#left-pannel
= render partial: 'layouts/left_pannel'
%div.col-lg-10.col-md-10#main-container
%div.row
= render partial: 'layouts/flash_messages'
%div.row
=# yield
= render partial: 'layouts/footer'
= yield
%div.row
= render partial: 'layouts/footer'
= render partial: 'layouts/google_analytics'