demarches-normaliennes/app/views/start/index.html.haml
2015-08-10 11:05:06 +02:00

16 lines
No EOL
425 B
Text

%div{:style => "text-align:center;;"}
%h1.cover-heading Admi-Facile
.row{style:'margin-top:10%'}
-if !user_signed_in?
.col-lg-6.col-md-6
=render partial: '/start/pro'
-if !user_signed_in?
.col-lg-6.col-md-6
%div{style: 'border-left: 1px solid grey'}
=render partial: '/start/admin'
-else
.col-lg-12.col-md-12
%div
=render partial: '/start/admin'