diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-21 15:13:20 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-25 10:11:42 -0700 |
commit | 42dc515fb67da995f5aed05ec431c4aee58879da (patch) | |
tree | 0821e7120ff6754f5e69c6268963bb59415f8d54 /app/views/projects/compare | |
parent | 739422c9b4b23b62da50016671ec2206674f7c21 (diff) | |
download | gitlab-ce-42dc515fb67da995f5aed05ec431c4aee58879da.tar.gz |
Remove all old sub nav bars
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, 0 insertions, 2 deletions
diff --git a/app/views/projects/compare/index.html.haml b/app/views/projects/compare/index.html.haml index 1ce3ad0c0fd..3ad0166e9cd 100644 --- a/app/views/projects/compare/index.html.haml +++ b/app/views/projects/compare/index.html.haml @@ -1,7 +1,6 @@ - @no_container = true - breadcrumb_title "Compare Revisions" - page_title "Compare" -= render "projects/commits/head" %div{ class: container_class } .sub-header-block diff --git a/app/views/projects/compare/show.html.haml b/app/views/projects/compare/show.html.haml index 7cc42455394..f87f1d476f5 100644 --- a/app/views/projects/compare/show.html.haml +++ b/app/views/projects/compare/show.html.haml @@ -1,7 +1,6 @@ - @no_container = true - add_to_breadcrumbs "Compare Revisions", project_compare_index_path(@project) - page_title "#{params[:from]}...#{params[:to]}" -= render "projects/commits/head" %div{ class: container_class } .sub-header-block.no-bottom-space |