Merge pull request #10393 from demarches-simplifiees/fix-page-listing-titles
Amélioration de la hiérarchie de titres sur les pages de listing et suppression d'un lien vide
This commit is contained in:
commit
ef4fb441e0
9 changed files with 20 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
.fr-h6
|
||||
%h2.fr-h6
|
||||
= page_entries_info procedures
|
||||
|
||||
- procedures.each do |procedure|
|
||||
|
@ -10,7 +10,7 @@
|
|||
= image_tag procedure.logo, alt: procedure.libelle, class: 'logo'
|
||||
|
||||
%div
|
||||
.card-title
|
||||
%h3.card-title
|
||||
= link_to procedure.libelle, admin_procedure_path(procedure)
|
||||
|
||||
= link_to commencer_url(procedure.path), commencer_url(procedure.path), class: 'fr-link fr-mb-1w'
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
.sub-header
|
||||
.procedure-admin-listing-container
|
||||
= link_to "Nouvelle Démarche", new_from_existing_admin_procedures_path, id: 'new-procedure', class: 'fr-btn'
|
||||
.flex.fr-container
|
||||
%h1.fr-h3 Mes démarches
|
||||
.procedure-admin-listing-container.fr-mt-1v
|
||||
= link_to "Nouvelle Démarche", new_from_existing_admin_procedures_path, id: 'new-procedure', class: 'fr-btn'
|
||||
.fr-container
|
||||
|
||||
%nav.fr-tabs{ role: 'navigation', 'aria-label': t('views.users.dossiers.secondary_menu') }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue