summaryrefslogtreecommitdiff
path: root/app/views/projects/find_file
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-21 15:13:20 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-25 10:11:42 -0700
commit42dc515fb67da995f5aed05ec431c4aee58879da (patch)
tree0821e7120ff6754f5e69c6268963bb59415f8d54 /app/views/projects/find_file
parent739422c9b4b23b62da50016671ec2206674f7c21 (diff)
downloadgitlab-ce-42dc515fb67da995f5aed05ec431c4aee58879da.tar.gz
Remove all old sub nav bars
Diffstat (limited to 'app/views/projects/find_file')
-rw-r--r--app/views/projects/find_file/show.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/find_file/show.html.haml b/app/views/projects/find_file/show.html.haml
index 021575160ea..a3467eb6f05 100644
--- a/app/views/projects/find_file/show.html.haml
+++ b/app/views/projects/find_file/show.html.haml
@@ -1,5 +1,4 @@
- page_title "Find File", @ref
-= render "projects/commits/head"
.file-finder-holder.tree-holder.clearfix.js-file-finder{ 'data-file-find-url': "#{escape_javascript(project_files_path(@project, @ref, @options.merge(format: :json)))}", 'data-find-tree-url': escape_javascript(project_tree_path(@project, @ref)), 'data-blob-url-template': escape_javascript(project_blob_path(@project, @id || @commit.id)) }
.nav-block