review(dsfr): enforce fr-container, fr-table, fr-spacers
Co-authored-by: Colin Darie <colin@darie.eu>
This commit is contained in:
parent
2f32468d36
commit
51c5244545
3 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
= f.submit 'Affecter', class: 'fr-btn', disabled: disabled_as_super_admin
|
= f.submit 'Affecter', class: 'fr-btn', disabled: disabled_as_super_admin
|
||||||
|
|
||||||
%table.table.mt-2
|
%table.fr-table.fr-mt-2w.width-100
|
||||||
%thead
|
%thead
|
||||||
%tr
|
%tr
|
||||||
%th{ colspan: 2 }= t('.assigned_instructeur', count: instructeurs.count)
|
%th{ colspan: 2 }= t('.assigned_instructeur', count: instructeurs.count)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
locals: { steps: [[@procedure.libelle.truncate_words(10), instructeur_procedure_path(@procedure)],
|
locals: { steps: [[@procedure.libelle.truncate_words(10), instructeur_procedure_path(@procedure)],
|
||||||
['Groupes d’instructeurs']] }
|
['Groupes d’instructeurs']] }
|
||||||
|
|
||||||
.container.groupe-instructeur
|
.fr-container.groupe-instructeur
|
||||||
%h1 Gestion des Groupes
|
%h1 Gestion des Groupes
|
||||||
.card
|
.card
|
||||||
%h2.fr-h3 Liste des groupes
|
%h2.fr-h3 Liste des groupes
|
||||||
|
|
|
@ -13,21 +13,21 @@
|
||||||
locals: { steps: [[@procedure.libelle, instructeur_procedure_path(@procedure)],
|
locals: { steps: [[@procedure.libelle, instructeur_procedure_path(@procedure)],
|
||||||
['Instructeurs']] }
|
['Instructeurs']] }
|
||||||
|
|
||||||
.container.groupe-instructeur
|
.fr-container.groupe-instructeur
|
||||||
%h1
|
%h1
|
||||||
- if @procedure.routing_enabled?
|
- if @procedure.routing_enabled?
|
||||||
Groupe « #{@groupe_instructeur.label} »
|
Groupe « #{@groupe_instructeur.label} »
|
||||||
- else
|
- else
|
||||||
Démarche « #{@procedure.libelle} »
|
Démarche « #{@procedure.libelle} »
|
||||||
|
|
||||||
.card.mt-2
|
.card.fr-mt-2w
|
||||||
%h2.fr-h3 Gestion des instructeurs
|
%h2.fr-h3 Gestion des instructeurs
|
||||||
= form_for(Instructeur.new(user: User.new), url: { action: :add_instructeur }, html: { class: 'form' }) do |f|
|
= form_for(Instructeur.new(user: User.new), url: { action: :add_instructeur }, html: { class: 'form' }) do |f|
|
||||||
%h3.fr-h4 Affecter un nouvel instructeur
|
%h3.fr-h4 Affecter un nouvel instructeur
|
||||||
= render Dsfr::InputComponent.new(form: f, attribute: :email)
|
= render Dsfr::InputComponent.new(form: f, attribute: :email)
|
||||||
= f.submit 'Affecter', class: 'fr-btn fr-primary'
|
= f.submit 'Affecter', class: 'fr-btn fr-primary'
|
||||||
|
|
||||||
%table.table.mt-2
|
%table.fr-table.fr-mt-2w.width-100
|
||||||
%thead
|
%thead
|
||||||
%tr
|
%tr
|
||||||
%th{ colspan: 2 } Instructeurs affectés
|
%th{ colspan: 2 } Instructeurs affectés
|
||||||
|
@ -44,8 +44,8 @@
|
||||||
class: 'fr-btn fr-btn--secondary' }
|
class: 'fr-btn fr-btn--secondary' }
|
||||||
|
|
||||||
= paginate @instructeurs, views_prefix: 'shared'
|
= paginate @instructeurs, views_prefix: 'shared'
|
||||||
|
|
||||||
.card.mt-2
|
.card.fr-mt-2w
|
||||||
%h2.fr-h3 Informations de contact
|
%h2.fr-h3 Informations de contact
|
||||||
- service = @groupe_instructeur.contact_information
|
- service = @groupe_instructeur.contact_information
|
||||||
- if service.nil?
|
- if service.nil?
|
||||||
|
|
Loading…
Reference in a new issue