diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-05 18:07:34 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-05 18:07:34 +0000 |
commit | 04af78083ec8cfabc6bba6604855b1c7c4de04f2 (patch) | |
tree | b2c85abc260461a694dc00a379112f1b2ad6531d /app/views/admin/groups | |
parent | 63414b32fd0e75477285df4603e9f7b31dffa955 (diff) | |
download | gitlab-ce-04af78083ec8cfabc6bba6604855b1c7c4de04f2.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/admin/groups')
-rw-r--r-- | app/views/admin/groups/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/index.html.haml b/app/views/admin/groups/index.html.haml index 2ea5890be2c..557f6ebd032 100644 --- a/app/views/admin/groups/index.html.haml +++ b/app/views/admin/groups/index.html.haml @@ -9,7 +9,7 @@ = search_field_tag :name, params[:name].presence, class: "form-control search-text-input js-search-input", autofocus: true, spellcheck: false, placeholder: 'Search by name', data: { qa_selector: 'group_search_field' } = sprite_icon('search', css_class: 'search-icon') = render "shared/groups/dropdown", options_hash: admin_groups_sort_options_hash - = link_to new_admin_group_path, class: "gl-button btn btn-confirm" do + = render Pajamas::ButtonComponent.new(variant: :confirm, href: new_admin_group_path) do = _('New group') %ul.content-list = render @groups |