diff options
author | Michel Engelen <michel@nomorejs.net> | 2019-06-28 11:16:45 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-06-28 11:16:45 +0000 |
commit | 42683d761f423f553cc3a35224f79efa78ab74c8 (patch) | |
tree | e97631b93baa5dfa98085c69edb4c0efb683aebc /app/views/search | |
parent | e17edd37ab3a33d874d6ad7af92f0f5045d970c7 (diff) | |
download | gitlab-ce-42683d761f423f553cc3a35224f79efa78ab74c8.tar.gz |
added code difference in `app/views/search/_category.html.haml` from EE to CE
Diffstat (limited to 'app/views/search')
-rw-r--r-- | app/views/search/_category.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/search/_category.html.haml b/app/views/search/_category.html.haml index df408e5fb60..ee7d89a9bd8 100644 --- a/app/views/search/_category.html.haml +++ b/app/views/search/_category.html.haml @@ -87,4 +87,5 @@ = _("Milestones") %span.badge.badge-pill = limited_count(@search_results.limited_milestones_count) + = render_if_exists 'search/category_elasticsearch' = users |