Skip to content

Commit

Permalink
remove badge supprimé and display state dossier badge
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-durand committed Jun 17, 2024
1 parent 6c91c34 commit c420227
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions app/views/users/dossiers/_deleted_dossiers_list.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
= dossier.dossier_id

= status_badge(dossier.state, 'fr-mb-1w')
%br
%span.fr-badge.fr-badge--sm.fr-badge--warning
= t('views.users.dossiers.dossiers_list.deleted_badge')

= paginate deleted_dossiers, views_prefix: 'shared'

Expand Down
6 changes: 0 additions & 6 deletions app/views/users/dossiers/_dossiers_list.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@

= status_badge_user(dossier, 'fr-mb-1w')

- if @statut == "dossiers-supprimes-recemment"
%br
%span.fr-badge.fr-badge--sm.fr-badge--warning
= t('views.users.dossiers.dossiers_list.deleted_badge')


- if dossier.pending_correction?
%br
= pending_correction_badge(:for_user)
Expand Down

0 comments on commit c420227

Please sign in to comment.