Remove a useless title
We do not repeat the tab title in the tab
This commit is contained in:
parent
11b58fbb0b
commit
6cc81db025
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
#dossier-annotations-privees.container
|
#dossier-annotations-privees.container
|
||||||
- if @dossier.ordered_champs_private.present?
|
- if @dossier.ordered_champs_private.present?
|
||||||
%section
|
%section
|
||||||
%h1.tab-title Annotations privées
|
|
||||||
.card.featured
|
.card.featured
|
||||||
= form_for @dossier, url: annotations_dossier_path(@dossier.procedure, @dossier), html: { class: 'form' } do |f|
|
= 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|
|
= f.fields_for :champs_private, f.object.ordered_champs_private do |champ_form|
|
||||||
|
|
Loading…
Reference in a new issue