dossier state button in red when refused
This commit is contained in:
parent
c7e10fc43f
commit
522d7684ea
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module DossierHelper
|
||||||
elsif dossier.sans_suite?
|
elsif dossier.sans_suite?
|
||||||
'without-continuation'
|
'without-continuation'
|
||||||
elsif dossier.refuse?
|
elsif dossier.refuse?
|
||||||
'refuse'
|
'refused'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue