diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-09-17 12:16:24 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-09-17 12:16:24 +0200 |
commit | d89ae7df2cf02198570dddd80dfef60796b017b5 (patch) | |
tree | 1028ad42df5de354e9ab3e8472a17d379f10fd53 /app/views/projects/milestones/index.html.haml | |
parent | f4816372457c3b513f8707efd87ce34c9922177c (diff) | |
download | gitlab-ce-d89ae7df2cf02198570dddd80dfef60796b017b5.tar.gz |
Move project header title definition to view in question.
Diffstat (limited to 'app/views/projects/milestones/index.html.haml')
-rw-r--r-- | app/views/projects/milestones/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/milestones/index.html.haml b/app/views/projects/milestones/index.html.haml index 2b8fd671587..a207385bd43 100644 --- a/app/views/projects/milestones/index.html.haml +++ b/app/views/projects/milestones/index.html.haml @@ -1,4 +1,5 @@ - page_title "Milestones" += render "header_title" = render 'shared/milestones_filter' .gray-content-block |