Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-07-24 16:30:47 +0300
committerDenys Mishunov <dmishunov@gitlab.com>2019-08-07 12:57:38 +0300
commit4bb8a4e3d3cd74e6e7a40c5e7805dd3670fdfc37 (patch)
tree5ad7d49baeefe9535965942270923c8c04633263 /app/views/search
parent9e421d6d4e7eb6564f7a21db8921f6f8163b0b90 (diff)
Replaced breadcrumbs with title on Search page
Diffstat (limited to 'app/views/search')
-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'