From cdcb354f1764a3483d6220f301ff983692554c4d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 26 May 2016 17:58:44 +0200 Subject: Remove header title from project pages With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/releases/edit.html.haml | 1 - 1 file changed, 1 deletion(-) (limited to 'app/views/projects/releases') diff --git a/app/views/projects/releases/edit.html.haml b/app/views/projects/releases/edit.html.haml index 0d59cec322c..835398b6f98 100644 --- a/app/views/projects/releases/edit.html.haml +++ b/app/views/projects/releases/edit.html.haml @@ -1,5 +1,4 @@ - page_title "Edit", @tag.name, "Tags" -= render "projects/commits/header_title" = render "projects/commits/head" .row-content-block -- cgit v1.2.1