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

@ -191,10 +191,6 @@ Template.boardChangeViewPopup.events({
Utils.setBoardView('board-view-cal');
Popup.close();
},
'click .js-open-rules-view'() {
Modal.openWide('rulesMain');
Popup.close();
},
});
const CreateBoard = BlazeComponent.extendComponent({