Use the tab-title class instead of an unknown class
This commit is contained in:
parent
191a5a1dee
commit
4f0e6ae467
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#dossier-annotations-privees.container
|
||||
- if @dossier.ordered_champs_private.present?
|
||||
%section
|
||||
%h1.private-annotations Annotations privées
|
||||
%h1.tab-title Annotations privées
|
||||
.card.featured
|
||||
= 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|
|
||||
|
|
Loading…
Add table
Reference in a new issue