fix translations tabs menu
This commit is contained in:
parent
9164abe988
commit
b39d658c06
5 changed files with 9 additions and 7 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- else
|
||||
%h1.page-title= t('views.users.dossiers.index.dossiers')
|
||||
%nav.tabs{ role: 'navigation', "aria-label" => t('views.users.dossiers.label_navigation') }
|
||||
%nav.tabs{ role: 'navigation', 'aria-label': t('views.users.dossiers.secondary_menu') }
|
||||
%ul
|
||||
- if @user_dossiers.present?
|
||||
= tab_item(t('pluralize.en_cours', count: @user_dossiers.count),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue