Commit 4673c853795b294a374cb75a662b18b4d6cfa140
1 parent
441d2561
Exists in
master
and in
4 other branches
add teams to search autocomplete
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -110,7 +110,7 @@ module ApplicationHelper |
110 | 110 | ] |
111 | 111 | end |
112 | 112 | |
113 | - [groups, projects, default_nav, project_nav, help_nav].flatten.to_json | |
113 | + [groups, teams, projects, default_nav, project_nav, help_nav].flatten.to_json | |
114 | 114 | end |
115 | 115 | |
116 | 116 | def emoji_autocomplete_source | ... | ... |