diff options
author | Phil Hughes <me@iamphill.com> | 2017-09-26 09:42:15 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-09-26 09:42:15 +0000 |
commit | 07f5c3c350f19bcfa4276b28e000cf2a7737ee7e (patch) | |
tree | 6d41ce97deee85fbe5ad2839bc37ba6d2f99283b /app/views/projects/find_file/show.html.haml | |
parent | a7265abd6dc397017381763ea22250656105ae10 (diff) | |
parent | a241b872accd57f643c7e9f4f7dadd1f29ab85c5 (diff) | |
download | gitlab-ce-07f5c3c350f19bcfa4276b28e000cf2a7737ee7e.tar.gz |
Merge branch 'remove-old-nav-styles' into 'master'
Remove old nav code - Part 1
See merge request gitlab-org/gitlab-ce!14379
Diffstat (limited to 'app/views/projects/find_file/show.html.haml')
-rw-r--r-- | app/views/projects/find_file/show.html.haml | 1 |
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 |