manager: allow searching for deleted dossier
Deleted dossiers don't appear in the unfiltered list though. You have to know its id to find it.
This commit is contained in:
parent
81b68e85ff
commit
6e5840e838
3 changed files with 31 additions and 0 deletions
|
@ -22,6 +22,9 @@ as well as a link to its edit page.
|
|||
<header class="main-content__header" role="banner">
|
||||
<h1 class="main-content__page-title">
|
||||
<%= content_for(:title) %>
|
||||
<% if dossier.hidden_at %>
|
||||
(SUPPRIMÉ)
|
||||
<% end %>
|
||||
</h1>
|
||||
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue