[Fix #735] Change nouveau state to en construction
This commit is contained in:
parent
a65b5f6fc3
commit
bce3efc5d4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
- if dossier.en_instruction?
|
- if dossier.en_instruction?
|
||||||
%span.label.instruction en instruction
|
%span.label.instruction en instruction
|
||||||
- elsif dossier.en_construction?
|
- elsif dossier.en_construction?
|
||||||
%span.label.construction nouveau
|
%span.label.construction en construction
|
||||||
- elsif dossier.closed?
|
- elsif dossier.closed?
|
||||||
%span.label.closed accepté
|
%span.label.closed accepté
|
||||||
- elsif dossier.refused?
|
- elsif dossier.refused?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue