Merge pull request #7231 from betagouv/fix_manager_dossier_state
fix(manager): corrige le titre de la page dossier du manager
This commit is contained in:
commit
eeb2dcec5b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ as well as a link to its edit page.
|
||||||
<header class="main-content__header" role="banner">
|
<header class="main-content__header" role="banner">
|
||||||
<h1 class="main-content__page-title">
|
<h1 class="main-content__page-title">
|
||||||
<%= content_for(:title) %>
|
<%= content_for(:title) %>
|
||||||
<% if dossier.hidden_for_administration? %>
|
<% if dossier.hidden_for_administration? && !dossier.brouillon? %>
|
||||||
(Supprimé)
|
(Supprimé)
|
||||||
<% end %>
|
<% end %>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
Loading…
Add table
Reference in a new issue