mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Remove not working Bookmark menu option.
Thanks to xet7 !
This commit is contained in:
parent
0772ca4036
commit
c829c073cf
2 changed files with 0 additions and 8 deletions
|
|
@ -83,10 +83,6 @@ template(name="header")
|
||||||
i.mobile-icon(class="{{#if mobileMode}}active{{/if}}") 📱
|
i.mobile-icon(class="{{#if mobileMode}}active{{/if}}") 📱
|
||||||
i.desktop-icon(class="{{#unless mobileMode}}active{{/unless}}") 🖥️
|
i.desktop-icon(class="{{#unless mobileMode}}active{{/unless}}") 🖥️
|
||||||
|
|
||||||
// Bookmarks button - desktop opens popup, mobile routes to page
|
|
||||||
a.board-header-btn.js-open-bookmarks(title="{{_ 'bookmarks'}}")
|
|
||||||
| 🔖
|
|
||||||
|
|
||||||
// Notifications
|
// Notifications
|
||||||
+notifications
|
+notifications
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,10 +25,6 @@ template(name="memberMenuPopup")
|
||||||
a.js-global-search(href="{{pathFor 'global-search'}}")
|
a.js-global-search(href="{{pathFor 'global-search'}}")
|
||||||
| 🔍
|
| 🔍
|
||||||
| {{_ 'globalSearch-title'}}
|
| {{_ 'globalSearch-title'}}
|
||||||
li
|
|
||||||
a(href="{{pathFor 'home'}}")
|
|
||||||
| ⭐
|
|
||||||
| {{_ 'my-bookmarks'}}
|
|
||||||
li
|
li
|
||||||
a(href="{{pathFor 'home'}}")
|
a(href="{{pathFor 'home'}}")
|
||||||
| 🏠
|
| 🏠
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue