Move "Rules" from "Board View" to "Board Settings".

Thanks to helioguardabaxo and xet7 !

Closes #2973
This commit is contained in:
Lauri Ojansivu 2020-03-31 23:32:32 +03:00
parent c8ec5d5f62
commit e7d2343593
4 changed files with 8 additions and 18 deletions

View file

@ -182,6 +182,10 @@ Template.memberPopup.helpers({
Template.boardMenuPopup.events({
'click .js-rename-board': Popup.open('boardChangeTitle'),
'click .js-open-rules-view'() {
Modal.openWide('rulesMain');
Popup.close();
},
'click .js-custom-fields'() {
Sidebar.setView('customFields');
Popup.close();