Annotations privées look odd in a card

This commit is contained in:
gregoirenovel 2017-12-12 17:24:13 +01:00
parent 95ad67a9ad
commit 2def3ecd20

View file

@ -5,7 +5,6 @@
#dossier-annotations-privees.container
- if @dossier.ordered_champs_private.present?
%section
.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