summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/branches.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commit/branches.html.haml')
-rw-r--r--app/views/projects/commit/branches.html.haml16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/views/projects/commit/branches.html.haml b/app/views/projects/commit/branches.html.haml
deleted file mode 100644
index 82aac1fbd15..00000000000
--- a/app/views/projects/commit/branches.html.haml
+++ /dev/null
@@ -1,16 +0,0 @@
-- if @branches.any?
- %span
- - branch = commit_default_branch(@project, @branches)
- = link_to(namespace_project_tree_path(@project.namespace, @project, branch)) do
- %span.label.label-gray
- %i.fa.fa-code-fork
- = branch
- - if @branches.any? || @tags.any?
- = link_to("#", class: "js-details-expand") do
- %span.label.label-gray
- \...
- %span.js-details-content.hide
- - if @branches.any?
- = commit_branches_links(@project, @branches)
- - if @tags.any?
- = commit_tags_links(@project, @tags)