Revert "Merge pull request #8844 from demarches-simplifiees/feat/7739"
This reverts commit04fbfa15b7
, reversing changes made toaac1cc7161
.
This commit is contained in:
parent
e744ed99d2
commit
909d726429
12 changed files with 26 additions and 114 deletions
|
@ -36,8 +36,6 @@ fr:
|
|||
add_condition: Une condition a été ajoutée sur le champ « %{label} ». La nouvelle condition est « %{to} ».
|
||||
remove_condition: La condition du champ « %{label} » a été supprimée.
|
||||
update_condition: La condition du champ « %{label} » a été modifiée. La nouvelle condition est « %{to} ».
|
||||
update_textarea_character_limit: La limite de caractères du champ texte « %{label} » a été modifiée. La nouvelle limite est « %{to} ».
|
||||
remove_textarea_character_limit: La limite de caractères du champ texte « %{label} » a été supprimée.
|
||||
private:
|
||||
add: L’annotation privée « %{label} » a été ajoutée.
|
||||
remove: L’annotation privée « %{label} » a été supprimée.
|
||||
|
|
|
@ -130,14 +130,7 @@
|
|||
= t(".#{prefix}.update_condition", label: change.label, to: change.to)
|
||||
- if !total_dossiers.zero? && !change.can_rebase?
|
||||
.fr-alert.fr-alert--warning.fr-mt-1v
|
||||
%p= t('.breakigng_change', count: total_dossiers)
|
||||
- when :textarea_character_limit
|
||||
- if change.to.nil?
|
||||
- list.with_item do
|
||||
= t(".#{prefix}.remove_textarea_character_limit", label: change.label, to: change.to)
|
||||
- else
|
||||
- list.with_item do
|
||||
= t(".#{prefix}.update_textarea_character_limit", label: change.label, to: change.to)
|
||||
%p= t('.breaking_change', count: total_dossiers)
|
||||
|
||||
- if @public_move_changes.present?
|
||||
- list.with_item do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue