Selectors must be written in lowercase with hyphens
This commit is contained in:
parent
73caee0ff3
commit
c10c2fc31b
131 changed files with 405 additions and 404 deletions
|
@ -9,10 +9,10 @@
|
|||
#logo_procedure.flag
|
||||
= image_tag( @facade.procedure.decorate.logo_img )
|
||||
|
||||
.etape.etapes_informations.col-xs-9
|
||||
.etape.etapes-informations.col-xs-9
|
||||
.row
|
||||
.col-xs-12.padding-left-30
|
||||
%h2#titre_procedure.text-info
|
||||
%h2#titre-procedure.text-info
|
||||
= @facade.procedure.libelle
|
||||
|
||||
%p#description_procedure{ style: 'width: 95%;', class: (@facade.entreprise.nil? ? '' : 'mask') }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.etape.etapes_menu.col-xs-3
|
||||
.etape.etapes-menu.col-xs-3
|
||||
%h3
|
||||
Ma zone d'intervention
|
||||
|
||||
.etape.etapes_informations.col-xs-9
|
||||
.etape.etapes-informations.col-xs-9
|
||||
.row
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.etape.etapes_menu.col-xs-3
|
||||
.etape.etapes-menu.col-xs-3
|
||||
%h3
|
||||
Mon dossier
|
||||
|
||||
.etape.etapes_informations.col-xs-9
|
||||
.etape.etapes-informations.col-xs-9
|
||||
.row
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.etape.etapes_menu.col-xs-3
|
||||
.etape.etapes-menu.col-xs-3
|
||||
%h3
|
||||
Mes informations
|
||||
%br
|
||||
|
@ -12,21 +12,21 @@
|
|||
= f.submit 'Changer de SIRET', class: %w(btn btn-xs btn-primary)
|
||||
|
||||
|
||||
.etape.etapes_informations.col-xs-9
|
||||
.etape.etapes-informations.col-xs-9
|
||||
.row
|
||||
- if @facade.entreprise.nil?
|
||||
#new_siret{ style: 'margin-left: 20%; margin-top: 5%;' }
|
||||
= form_for @facade.dossier, html: { class: 'form-inline' }, url: users_dossier_siret_informations_path(dossier_id: @facade.dossier.id), method: :post, remote: true do |f|
|
||||
.form-group.form-group-lg
|
||||
= f.text_field :siret, class: "form-control", placeholder: "Entrez votre Siret", value: @siret
|
||||
= f.text_field :siret, id: "dossier-siret", class: "form-control", placeholder: "Entrez votre Siret", value: @siret
|
||||
= f.hidden_field :dossier_id, value: @facade.dossier.id
|
||||
= f.submit 'Valider', class: %w(btn btn-lg btn-success), id: 'submit-siret', data: { disable_with: "Recherche en cours ..." }
|
||||
- else
|
||||
%br
|
||||
#recap_info_entreprise
|
||||
#recap-info-entreprise
|
||||
= render partial: '/dossiers/infos_entreprise'
|
||||
|
||||
%p#insee_infogreffe{ style: 'color: grey; float: right;' }
|
||||
%p#insee-infogreffe{ style: 'color: grey; float: right;' }
|
||||
%i
|
||||
Informations récupérées auprès de l'INSEE et d'INFOGREFFE
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
%br
|
||||
vous concernant.
|
||||
|
||||
.etape.etapes_informations.col-xs-9
|
||||
.etape.etapes-informations.col-xs-9
|
||||
= form_for @facade.dossier, url: { controller: '/users/dossiers', action: :update } do |f|
|
||||
.row
|
||||
.col-xs-12.padding-left-30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue