[fix #504] Dossier: closed -> accepte
This commit is contained in:
parent
3dda27b281
commit
a13256f73d
28 changed files with 78 additions and 58 deletions
|
@ -1,6 +1,6 @@
|
|||
module DossierHelper
|
||||
def button_or_label_class(dossier)
|
||||
if dossier.closed?
|
||||
if dossier.accepte?
|
||||
'accepted'
|
||||
elsif dossier.without_continuation?
|
||||
'without-continuation'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue