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/compare | |
| parent | f4816372457c3b513f8707efd87ce34c9922177c (diff) | |
| download | gitlab-ce-d89ae7df2cf02198570dddd80dfef60796b017b5.tar.gz | |
Move project header title definition to view in question.
Diffstat (limited to 'app/views/projects/compare')
| -rw-r--r-- | app/views/projects/compare/index.html.haml | 1 | ||||
| -rw-r--r-- | app/views/projects/compare/show.html.haml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/compare/index.html.haml b/app/views/projects/compare/index.html.haml index 43d00726c48..02be5a2d07f 100644 --- a/app/views/projects/compare/index.html.haml +++ b/app/views/projects/compare/index.html.haml @@ -1,4 +1,5 @@ - page_title "Compare" += render "projects/commits/header_title" = render "projects/commits/head" .gray-content-block diff --git a/app/views/projects/compare/show.html.haml b/app/views/projects/compare/show.html.haml index 8800ffdf482..39755efd2fd 100644 --- a/app/views/projects/compare/show.html.haml +++ b/app/views/projects/compare/show.html.haml @@ -1,4 +1,5 @@ - page_title "#{params[:from]}...#{params[:to]}" += render "projects/commits/header_title" = render "projects/commits/head" |
