style: replace legacy folder icon
This commit is contained in:
parent
eff2b856df
commit
2a31fc68d7
11 changed files with 10 additions and 29 deletions
|
@ -46,7 +46,7 @@
|
|||
- @deleted_dossiers.each do |deleted_dossier|
|
||||
%tr
|
||||
%td.text-center
|
||||
%span.icon.folder
|
||||
= dsfr_icon('fr-icon-file-text-line')
|
||||
%td.number-col
|
||||
= deleted_dossier.dossier_id
|
||||
%td
|
||||
|
|
|
@ -145,12 +145,12 @@
|
|||
- else
|
||||
- if p.hidden_by_administration_at.present?
|
||||
%span.cell-link
|
||||
%span.icon.folder
|
||||
= dsfr_icon('fr-icon-file-text-line')
|
||||
- else
|
||||
%a.cell-link{ href: path }
|
||||
%span.icon.folder
|
||||
- if @not_archived_notifications_dossier_ids.include?(p.dossier_id)
|
||||
%span.notifications{ 'aria-label': 'notifications' }
|
||||
= dsfr_icon('fr-icon-file-text-line')
|
||||
- if @not_archived_notifications_dossier_ids.include?(p.dossier_id)
|
||||
%span.notifications{ 'aria-label': 'notifications' }
|
||||
|
||||
%td.number-col
|
||||
- if p.hidden_by_administration_at.present?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue