[fix #504] Dossier: refused -> refuse
This commit is contained in:
parent
a13256f73d
commit
2be9b8d2ba
21 changed files with 55 additions and 35 deletions
|
@ -4,8 +4,8 @@ module DossierHelper
|
|||
'accepted'
|
||||
elsif dossier.without_continuation?
|
||||
'without-continuation'
|
||||
elsif dossier.refused?
|
||||
'refused'
|
||||
elsif dossier.refuse?
|
||||
'refuse'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue