diff --git a/app/assets/stylesheets/carte.scss b/app/assets/stylesheets/carte.scss index f1d7d4dbb..486e98b64 100644 --- a/app/assets/stylesheets/carte.scss +++ b/app/assets/stylesheets/carte.scss @@ -3,10 +3,6 @@ // You can use Sass (SCSS) here: http://sass-lang.com/ @import "bootstrap"; -table { - font-size: 13px; -} - #carte_page { #map { @extend .col-md-12; diff --git a/app/controllers/admin/procedures_controller.rb b/app/controllers/admin/procedures_controller.rb index 2f7f11d1b..e047f9cc1 100644 --- a/app/controllers/admin/procedures_controller.rb +++ b/app/controllers/admin/procedures_controller.rb @@ -81,7 +81,7 @@ class Admin::ProceduresController < AdminController return render 'edit' end - flash.notice = 'Préocédure modifiée' + flash.notice = 'Procédure modifiée' redirect_to edit_admin_procedure_path(id: @procedure.id) end diff --git a/app/views/admin/mail_templates/edit.html.haml b/app/views/admin/mail_templates/edit.html.haml index a5471782a..1017a2012 100644 --- a/app/views/admin/mail_templates/edit.html.haml +++ b/app/views/admin/mail_templates/edit.html.haml @@ -12,7 +12,7 @@ = f.button :submit, 'Mettre à jour', class: "btn-success" .row - .col-md-6 + .col-md-8 %table.table %tr %th @@ -23,8 +23,9 @@ %tr %td.center %b.text-success - \-- - = balise.first - \-- + = raw "--#{balise.first}--" + -# \-- + -# = balise.first + -# \-- %td =balise.second[:description] diff --git a/app/views/admin/procedures/_informations.html.haml b/app/views/admin/procedures/_informations.html.haml index d34f1c07f..0b5e9a2ce 100644 --- a/app/views/admin/procedures/_informations.html.haml +++ b/app/views/admin/procedures/_informations.html.haml @@ -1,6 +1,3 @@ - -%br - -{libelle: 'Libellé*', description: 'Description*', organisation: 'Organisation', direction: 'Direction', lien_site_web: 'Lien site internet', lien_notice: 'Lien notice'}.each do |key, value| .form-group %h4 @@ -23,54 +20,58 @@ Fichier accepté : JPG / JPEG / PNG .col-xs-6 %h4 Drapeau européen - %label - =f.check_box :euro_flag - Afficher le drapeau européen - -%br + .checkbox + %label + =f.check_box :euro_flag + Afficher le drapeau européen .row .col-xs-6 %h4 Cartographie = f.fields_for :module_api_carto, @procedure.module_api_carto do |ff| - %label - =ff.check_box :use_api_carto, {id: :procedure_module_api_carto_use_api_carto} - Utilisation de la cartographie + .checkbox + %label + =ff.check_box :use_api_carto, {id: :procedure_module_api_carto_use_api_carto} + Utilisation de la cartographie %ul#modules_api_carto %li - %label - = ff.check_box :quartiers_prioritaires - Quartiers Prioritaires + .checkbox + %label + = ff.check_box :quartiers_prioritaires + Quartiers Prioritaires %li - %label - = ff.check_box :cadastre - Cadastre + .checkbox + %label + = ff.check_box :cadastre + Cadastre .col-xs-6 - if @procedure.cerfa_flag %h4 Formulaire de demande ou CERFA - %label - =f.check_box :cerfa_flag - Activer l'envoi de formulaire de demande ou CERFA - %br + .checkbox + %label + =f.check_box :cerfa_flag + Activer l'envoi de formulaire de demande ou CERFA =f.text_field :lien_demarche, class: 'form-control', placeholder: 'URL vers le formulaire vierge (facultatif)' -%br .row .col-xs-6 %h4 Particuliers - %div - %label - =f.check_box :for_individual - Cette procédure s'adresse à un public qui - %b - ne possède pas (ou pas encore) de numéro SIRET, - qui doivent donc s'identifier en tant que personne physique. - - %ul#individual_with_siret{style:'margin-top: 8px'} - %li + %ul.list-unstyled + %li + .checkbox %label - =f.check_box :individual_with_siret - Donner la possibilité de renseigner un SIRET au cours de la construction du dossier. + =f.check_box :for_individual + Cette procédure s'adresse à un public qui + %b + ne possède pas (ou pas encore) de numéro SIRET, + qui doit donc s'identifier en tant que personne physique. + + %ul.list-unstyled#individual_with_siret{style:'margin-left: 15px'} + %li + .checkbox + %label + =f.check_box :individual_with_siret + Donner la possibilité de renseigner un SIRET au cours de la construction du dossier. diff --git a/app/views/admin/procedures/edit.html.haml b/app/views/admin/procedures/edit.html.haml index c1a2c7dbe..e8097c911 100644 --- a/app/views/admin/procedures/edit.html.haml +++ b/app/views/admin/procedures/edit.html.haml @@ -2,6 +2,6 @@ #procedure_new.section.section-label = form_for @procedure, url: url_for({controller: 'admin/procedures', action: :update, id: @procedure.id}), multipart: true do |f| = render partial: 'informations', locals: {f: f} - = f.submit 'Editer', class: 'btn btn-success', style: 'float:right' - %br - %br + + .text-right + = f.submit 'Editer', class: 'btn btn-success' diff --git a/app/views/admin/procedures/show.html.haml b/app/views/admin/procedures/show.html.haml index 13bbd5516..1bcceffa9 100644 --- a/app/views/admin/procedures/show.html.haml +++ b/app/views/admin/procedures/show.html.haml @@ -70,18 +70,18 @@ Champs .badge.progress-bar-info = @facade.procedure.types_de_champ.size - - @facade.procedure.types_de_champ.order(:order_place).each do |champ| - = champ.libelle - %br + %ul + - @facade.procedure.types_de_champ.order(:order_place).each do |champ| + %li= champ.libelle .champs_private.col-xs-6.col-md-3 %h4.text-info Champs privés .badge.progress-bar-info = @facade.procedure.types_de_champ_private.size - - @facade.procedure.types_de_champ_private.order(:order_place).each do |champ| - = champ.libelle - %br + %ul + - @facade.procedure.types_de_champ_private.order(:order_place).each do |champ| + %li= champ.libelle .pieces_justificatives.col-xs-6.col-md-3 %h4.text-info