Add global search to user menu

* Add an entry to the user menu to access the global search page
* remove some useless code
This commit is contained in:
John R. Supplee 2021-01-13 17:05:02 +02:00
parent 25dc779a73
commit 8f21c86737
2 changed files with 5 additions and 41 deletions

View file

@ -21,6 +21,10 @@ template(name="memberMenuPopup")
a.js-due-cards(href="{{pathFor 'due-cards'}}")
i.fa.fa-calendar
| {{_ 'dueCards-title'}}
li
a.js-global-search(href="{{pathFor 'global-search'}}")
i.fa.fa-search
| {{_ 'globalSearch-title'}}
li
a.js-broken-cards(href="{{pathFor 'broken-cards'}}")
i.fa.fa-chain-broken