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

13 lines
649 B
Text
Raw Normal View History

2015-08-17 13:31:51 +02:00
.container.center
2015-09-02 17:34:13 +02:00
%h1.cover-heading <b>T</b>élé<b>P</b>rocédure administrative <b>S</b>implifiée
%p
Site de démonstration dun service public de saisie dun projet ou de dépôt dune démarche administrative, auprès dun ou plusieurs organismes publics, simplifié des informations déjà connues des administrations, grâce à la fourniture du numéro SIRET.
2015-08-10 11:05:06 +02:00
.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'