demarches-normaliennes/app/views/start/index.html.haml

11 lines
316 B
Text
Raw Normal View History

2015-08-17 13:31:51 +02:00
.container.center
2015-08-10 11:05:06 +02:00
%h1.cover-heading Admi-Facile
.row{style:'margin-top:10%'}
-if !user_signed_in?
.col-lg-6.col-md-6
2015-08-17 13:31:51 +02:00
= render partial: '/start/pro'
.col-lg-6.col-md-6.vr
= render partial: '/start/admin'
2015-08-10 11:05:06 +02:00
-else
.col-lg-12.col-md-12
2015-08-17 13:31:51 +02:00
= render partial: '/start/admin'