[fix #504] Dossier: without_continuation -> sans_suite
This commit is contained in:
parent
2be9b8d2ba
commit
c83552f423
22 changed files with 64 additions and 41 deletions
|
@ -2,7 +2,7 @@ module DossierHelper
|
|||
def button_or_label_class(dossier)
|
||||
if dossier.accepte?
|
||||
'accepted'
|
||||
elsif dossier.without_continuation?
|
||||
elsif dossier.sans_suite?
|
||||
'without-continuation'
|
||||
elsif dossier.refuse?
|
||||
'refuse'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue