chore(sva): always enable card but form submit needs feature flag
This commit is contained in:
parent
4041bfa160
commit
63aecdd85a
6 changed files with 16 additions and 6 deletions
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
en:
|
||||
ready: "Configuré"
|
||||
needs_configuration: "À configurer"
|
||||
title: "Silence Vaut Accord ou Rejet"
|
||||
subtitle: "Accept or Refuse a file after a deadline"
|
||||
ready: "Configured"
|
||||
disabled: "Disabled"
|
||||
|
|
|
@ -3,4 +3,4 @@ fr:
|
|||
title: "Silence Vaut Accord ou Rejet"
|
||||
subtitle: "Accepter ou Refuser un dossier après un délai"
|
||||
ready: "Configuré"
|
||||
needs_configuration: "À configurer"
|
||||
disabled: "Désactivé"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
- if @procedure.sva_svr_enabled?
|
||||
%p.fr-badge.fr-badge--success= t('.ready')
|
||||
- else
|
||||
%p.fr-badge.fr-badge--info= t('.needs_configuration')
|
||||
%p.fr-badge= t('.disabled')
|
||||
%h3.fr-h6.fr-mt-10v= t('.title')
|
||||
%p.fr-tile-subtitle= t('.subtitle')
|
||||
%p.fr-btn.fr-btn--tertiary= t('views.shared.actions.edit')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue