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/graphs | |
parent | 739422c9b4b23b62da50016671ec2206674f7c21 (diff) | |
download | gitlab-ce-42dc515fb67da995f5aed05ec431c4aee58879da.tar.gz |
Remove all old sub nav bars
Diffstat (limited to 'app/views/projects/graphs')
-rw-r--r-- | app/views/projects/graphs/charts.html.haml | 1 | ||||
-rw-r--r-- | app/views/projects/graphs/show.html.haml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/graphs/charts.html.haml b/app/views/projects/graphs/charts.html.haml index f0ef647ddb3..ffb9238a65a 100644 --- a/app/views/projects/graphs/charts.html.haml +++ b/app/views/projects/graphs/charts.html.haml @@ -4,7 +4,6 @@ = webpack_bundle_tag('common_d3') = webpack_bundle_tag('graphs') = webpack_bundle_tag('graphs_charts') -= render "projects/commits/head" .repo-charts{ class: container_class } %h4.sub-header diff --git a/app/views/projects/graphs/show.html.haml b/app/views/projects/graphs/show.html.haml index 08b38428b50..70156c03e3c 100644 --- a/app/views/projects/graphs/show.html.haml +++ b/app/views/projects/graphs/show.html.haml @@ -5,8 +5,6 @@ = webpack_bundle_tag('graphs') = webpack_bundle_tag('graphs_show') -= render 'projects/commits/head' - .js-graphs-show{ class: container_class, 'data-project-graph-path': project_graph_path(@project, current_ref, format: :json) } .sub-header-block .tree-ref-holder |