added code difference in app/views/search/_category.html.haml from EE to CE

This commit is contained in:
Michel Engelen 2019-06-28 11:16:45 +00:00 committed by Filipa Lacerda
parent e17edd37ab
commit 42683d761f
2 changed files with 6 additions and 0 deletions

View file

@ -87,4 +87,5 @@
= _("Milestones")
%span.badge.badge-pill
= limited_count(@search_results.limited_milestones_count)
= render_if_exists 'search/category_elasticsearch'
= users

View file

@ -0,0 +1,5 @@
---
title: "Moved EE/CE code differences for file `app/views/search/_category.html.haml` into CE"
merge_request: 28755
author: Michel Engelen
type: other