summaryrefslogtreecommitdiff
path: root/app/views/search
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-17 12:09:20 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-17 12:09:20 +0000
commit6b97ea1f8008a7ddb22b1faa03496cf46c546c05 (patch)
tree944c51ba3a245ab478efb74c11b838646f2a4581 /app/views/search
parent6bbf310347d4b857b111bc3b54e8a16e2e2e61c7 (diff)
downloadgitlab-ce-6b97ea1f8008a7ddb22b1faa03496cf46c546c05.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/search/show.html.haml b/app/views/search/show.html.haml
index 7d0859ac0ec..5a45e512579 100644
--- a/app/views/search/show.html.haml
+++ b/app/views/search/show.html.haml
@@ -15,8 +15,8 @@
- page_description(_("%{count} %{scope} for term '%{term}'") % { count: @search_results.formatted_count(@scope), scope: @scope, term: @search_term })
- page_card_attributes("Namespace" => @group&.full_path, "Project" => @project&.full_path)
-.page-title-holder.d-flex.flex-wrap.justify-content-between
- %h1.page-title.gl-font-size-h-display.mr-3= _('Search')
+.page-title-holder.gl-display-flex.gl-flex-wrap.gl-justify-content-space-between
+ %h1.page-title.gl-font-size-h-display.gl-mr-5= _('Search')
= render_if_exists 'search/form_elasticsearch', attrs: { class: 'mb-2 mb-sm-0 align-self-center' }
.gl-mt-3