mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 14:41:47 +01:00
more my cards
* add user menu entry (needs icon) * format list * add new translation slugs to English and Arabic
This commit is contained in:
parent
223fb78bd8
commit
885de88d35
7 changed files with 30 additions and 11 deletions
|
|
@ -13,6 +13,10 @@ template(name="headerUserBar")
|
|||
template(name="memberMenuPopup")
|
||||
ul.pop-over-list
|
||||
with currentUser
|
||||
li
|
||||
a.js-my-cards(href="{{pathFor 'my-cards'}}")
|
||||
i.fa.fa-user
|
||||
| {{_ 'my-cards'}}
|
||||
li
|
||||
a.js-edit-profile
|
||||
i.fa.fa-user
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ Template.memberMenuPopup.helpers({
|
|||
});
|
||||
|
||||
Template.memberMenuPopup.events({
|
||||
'click .js-my-cards'() {
|
||||
Popup.close();
|
||||
},
|
||||
'click .js-edit-profile': Popup.open('editProfile'),
|
||||
'click .js-change-settings': Popup.open('changeSettings'),
|
||||
'click .js-change-avatar': Popup.open('changeAvatar'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue