summaryrefslogtreecommitdiff
path: root/app/views/projects/forks/index.html.haml
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-07-21 15:49:37 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2017-09-01 10:21:09 +0200
commit1e668a3cfebfcf576a8c5da834bad094fd9039f6 (patch)
tree405caed1e99ae5f642c9f363d793b3a9a64c4dd1 /app/views/projects/forks/index.html.haml
parentbf4ec606a56238326bf4930c59d0ca82dd281cb7 (diff)
downloadgitlab-ce-bvl-show-projects-in-group-tree.tar.gz
Rework subgroup endpointbvl-show-projects-in-group-tree
Diffstat (limited to 'app/views/projects/forks/index.html.haml')
-rw-r--r--app/views/projects/forks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/forks/index.html.haml b/app/views/projects/forks/index.html.haml
index 111cbcda266..093b47f0c38 100644
--- a/app/views/projects/forks/index.html.haml
+++ b/app/views/projects/forks/index.html.haml
@@ -8,7 +8,7 @@
= search_field_tag :filter_projects, nil, placeholder: 'Search forks', class: 'projects-list-filter project-filter-form-field form-control input-short',
spellcheck: false, data: { 'filter-selector' => 'span.namespace-name' }
- .dropdown
+ .dropdown.js-project-filter-dropdown-wrap
%button.dropdown-toggle{ type: 'button', 'data-toggle' => 'dropdown' }
%span.light sort:
- if @sort.present?