summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-09-20 23:12:48 +0300
committerFatih Acet <acetfatih@gmail.com>2016-09-21 00:19:17 +0300
commit17a7688285251f9804bd12bc0805a308e7639fc2 (patch)
tree5ed350a1690af24b68250a74a912f9453cd93736
parent34a2a690d31663d300834597d9e291d1ec0ad6df (diff)
downloadgitlab-ce-17a7688285251f9804bd12bc0805a308e7639fc2.tar.gz
Add page title and fix sub menu width in Cycle Analytics page.
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml4
1 files changed, 3 insertions, 1 deletions
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)}"}}