mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: search menu options opens full page search
This commit is contained in:
@@ -44,7 +44,7 @@ createWidget('search-context', {
|
||||
]));
|
||||
}
|
||||
|
||||
result.push(this.attach('link', { action: 'showSearchHelp',
|
||||
result.push(this.attach('link', { href: '/search',
|
||||
label: 'show_help',
|
||||
className: 'show-help' }));
|
||||
result.push(h('div.clearfix'));
|
||||
|
||||
Reference in New Issue
Block a user