summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-07-24 15:30:47 +0200
committerDenys Mishunov <dmishunov@gitlab.com>2019-08-07 11:57:38 +0200
commit4bb8a4e3d3cd74e6e7a40c5e7805dd3670fdfc37 (patch)
tree5ad7d49baeefe9535965942270923c8c04633263 /app
parent9e421d6d4e7eb6564f7a21db8921f6f8163b0b90 (diff)
downloadgitlab-ce-4bb8a4e3d3cd74e6e7a40c5e7805dd3670fdfc37.tar.gz
Replaced breadcrumbs with title on Search page
Diffstat (limited to 'app')
-rw-r--r--app/views/search/show.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/search/show.html.haml b/app/views/search/show.html.haml
index 3260d05f509..9235678bc1d 100644
--- a/app/views/search/show.html.haml
+++ b/app/views/search/show.html.haml
@@ -1,6 +1,10 @@
- @hide_top_links = true
-- breadcrumb_title _("Search")
- page_title @search_term
+- @hide_breadcrumbs = true
+
+.page-title-holder.d-flex.align-items-center
+ %h1.page-title<
+ = _('Search')
.prepend-top-default
= render 'search/form'