Merge pull request #4353 from betagouv/allow-sorting-dossier-traites-by-notification
Allow sorting Dossiers by “has notifications” in `traites`
This commit is contained in:
commit
9c4ea40d73
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
%table.table.dossiers-table.hoverable
|
||||
%thead
|
||||
%tr
|
||||
- if @statut == 'suivis' || @statut == 'tous'
|
||||
- if @statut.in? %w(suivis traites tous)
|
||||
= render partial: "header_field", locals: { field: { "label" => "●", "table" => "notifications", "column" => "notifications" }, classname: "notification-col" }
|
||||
- else
|
||||
%th.notification-col
|
||||
|
|
Loading…
Add table
Reference in a new issue