From 17a7688285251f9804bd12bc0805a308e7639fc2 Mon Sep 17 00:00:00 2001 From: Fatih Acet Date: Tue, 20 Sep 2016 23:12:48 +0300 Subject: Add page title and fix sub menu width in Cycle Analytics page. --- app/views/projects/cycle_analytics/show.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml index de5861afd94..b6fe585912f 100644 --- a/app/views/projects/cycle_analytics/show.html.haml +++ b/app/views/projects/cycle_analytics/show.html.haml @@ -1,4 +1,6 @@ -= render 'projects/pipelines/head' +- @no_container = true +- page_title "Cycle Analytics" += render "projects/pipelines/head" #cycle-analytics{"v-cloak" => "true", data: { request_path: "#{project_cycle_analytics_path(@project)}"}} -- cgit v1.2.1