diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-20 18:42:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-20 18:42:06 +0000 |
commit | 6e4e1050d9dba2b7b2523fdd1768823ab85feef4 (patch) | |
tree | 78be5963ec075d80116a932011d695dd33910b4e /app/views/search/show.html.haml | |
parent | 1ce776de4ae122aba3f349c02c17cebeaa8ecf07 (diff) | |
download | gitlab-ce-6e4e1050d9dba2b7b2523fdd1768823ab85feef4.tar.gz |
Add latest changes from gitlab-org/gitlab@13-3-stable-ee
Diffstat (limited to 'app/views/search/show.html.haml')
-rw-r--r-- | app/views/search/show.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/search/show.html.haml b/app/views/search/show.html.haml index 869890cdf31..18eaccb46b2 100644 --- a/app/views/search/show.html.haml +++ b/app/views/search/show.html.haml @@ -2,6 +2,10 @@ - page_title @search_term - @hide_breadcrumbs = true +- if @search_results + - 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-sm-flex.align-items-sm-center %h1.page-title< = _('Search') |