From 6cc81db0258f0d24799df9b211e8e6374b4e6eb4 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 12 Dec 2017 17:05:56 +0100 Subject: [PATCH] Remove a useless title We do not repeat the tab title in the tab --- .../new_gestionnaire/dossiers/annotations_privees.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/new_gestionnaire/dossiers/annotations_privees.html.haml b/app/views/new_gestionnaire/dossiers/annotations_privees.html.haml index fc181f4be..c1d493a31 100644 --- a/app/views/new_gestionnaire/dossiers/annotations_privees.html.haml +++ b/app/views/new_gestionnaire/dossiers/annotations_privees.html.haml @@ -5,7 +5,6 @@ #dossier-annotations-privees.container - if @dossier.ordered_champs_private.present? %section - %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|