summaryrefslogtreecommitdiff
path: root/app/views/shared/_ref_dropdown.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_ref_dropdown.html.haml')
-rw-r--r--app/views/shared/_ref_dropdown.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/shared/_ref_dropdown.html.haml b/app/views/shared/_ref_dropdown.html.haml
deleted file mode 100644
index ee2b2a17e21..00000000000
--- a/app/views/shared/_ref_dropdown.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-- dropdown_class = local_assigns.fetch(:dropdown_class, '')
-
-.dropdown-menu.dropdown-menu-selectable.git-revision-dropdown{ class: dropdown_class }
- = dropdown_title _('Select Git revision')
- = dropdown_filter _('Filter by Git revision')
- = dropdown_content
- = dropdown_loading