Remove the featured styling on the annotations privées tab content
This commit is contained in:
parent
6cc81db025
commit
9ec61a6a73
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#dossier-annotations-privees.container
|
||||
- if @dossier.ordered_champs_private.present?
|
||||
%section
|
||||
.card.featured
|
||||
.card
|
||||
= form_for @dossier, url: annotations_dossier_path(@dossier.procedure, @dossier), html: { class: 'form' } do |f|
|
||||
= f.fields_for :champs_private, f.object.ordered_champs_private do |champ_form|
|
||||
- champ = champ_form.object
|
||||
|
|
Loading…
Reference in a new issue