Commit 2d0f6b20 authored by Stan Hu's avatar Stan Hu

Merge branch 'ee-sh-fix-clone-geo-dropdown' into 'master'

EE Port: Fix clone dropdown parent inheritance issues in HAML

See merge request gitlab-org/gitlab-ee!8969
parents 49410a8c 38e74ced
......@@ -5,7 +5,7 @@
%span.append-right-4.js-clone-dropdown-label
= _('Clone')
= sprite_icon("arrow-down", css_class: "icon")
%form.p-3.dropdown-menu.dropdown-menu-right.dropdown-menu-large.dropdown-menu-selectable.clone-options-dropdown.qa-clone-options
%ul.p-3.dropdown-menu.dropdown-menu-right.dropdown-menu-large.dropdown-menu-selectable.clone-options-dropdown.qa-clone-options
- if ssh_enabled?
%li.pb-2
%label.label-bold
......
---
title: Fix clone dropdown parent inheritance issues in HAML
merge_request: 24029
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment