Update app/views/administrateurs/procedures/index.html.haml
Co-authored-by: Paul Chavard <paul.chavard@beta.gouv.fr>
This commit is contained in:
parent
2db959531a
commit
0e4a332706
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
= link_to "Nouvelle Démarche", new_from_existing_admin_procedures_path, id: 'new-procedure', class: 'fr-btn'
|
||||
.fr-container
|
||||
|
||||
%nav.tabs{ role: 'navigation', "aria-label" => t('views.users.dossiers.label_navigation') }
|
||||
%nav.tabs{ role: 'navigation', 'aria-label': t('views.users.dossiers.label_navigation') }
|
||||
%ul
|
||||
= tab_item(t('pluralize.published', count: @procedures_publiees.count), admin_procedures_path(statut: 'publiees'), active: @statut == 'publiees', badge: number_with_html_delimiter(@procedures_publiees_count))
|
||||
= tab_item('En test', admin_procedures_path(statut: 'brouillons'), active: @statut == 'brouillons', badge: number_with_html_delimiter(@procedures_draft_count))
|
||||
|
|
Loading…
Reference in a new issue