Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/blob/show.html.haml')
-rw-r--r--app/views/projects/blob/show.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/projects/blob/show.html.haml b/app/views/projects/blob/show.html.haml
deleted file mode 100644
index 69167654c39..00000000000
--- a/app/views/projects/blob/show.html.haml
+++ /dev/null
@@ -1,8 +0,0 @@
-%div.tree-ref-holder
- = render 'shared/ref_switcher', destination: 'blob', path: @path
-
-%div#tree-holder.tree-holder
- = render 'blob', blob: @blob
-
-- if allowed_tree_edit?
- = render 'projects/blob/remove'