From 81e94ca631f3514d18b45b0ed7ff6bd23b886002 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Wed, 29 Aug 2018 16:33:52 +0200 Subject: [PATCH] Improve _status.html.haml --- app/views/shared/dossiers/_status.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/dossiers/_status.html.haml b/app/views/shared/dossiers/_status.html.haml index 6afc81dc6..775a93b0f 100644 --- a/app/views/shared/dossiers/_status.html.haml +++ b/app/views/shared/dossiers/_status.html.haml @@ -2,7 +2,7 @@ %span.label.brouillon brouillon - elsif dossier.en_construction? %span.label.construction en construction -- if dossier.en_instruction? +- elsif dossier.en_instruction? %span.label.instruction en instruction - elsif dossier.accepte? %span.label.accepted accepté