demarches-normaliennes/app/views/users/carte/show.html.haml

19 lines
528 B
Text
Raw Normal View History

2015-08-10 11:05:06 +02:00
%h2
='Localisation de votre demande'
%br
=render partial: 'carte_sources_CSS'
.content
#map_qp{style: 'height:600px; width: 100%;'}
= form_tag(url_for({controller: :carte, action: :save_ref_api_carto, dossier_id: @dossier.id}), class: 'form-inline', method: 'POST') do
2015-08-10 11:05:06 +02:00
%br
%input{type: 'hidden', value: '', name: 'ref_dossier', id: 'ref_dossier'}
-if @dossier.draft?
2015-08-10 11:05:06 +02:00
=render partial: '/layouts/etape_suivante'
-else
=render partial: '/layouts/modifications_terminees'
2015-08-10 11:05:06 +02:00
=render partial: 'carte_sources_JS'