[fix #504] Dossier: refused -> refuse

This commit is contained in:
Simon Lehericey 2017-12-04 18:15:40 +01:00 committed by LeSim
parent a13256f73d
commit 2be9b8d2ba
21 changed files with 55 additions and 35 deletions

View file

@ -4,8 +4,8 @@ module DossierHelper
'accepted'
elsif dossier.without_continuation?
'without-continuation'
elsif dossier.refused?
'refused'
elsif dossier.refuse?
'refuse'
end
end