Added change log

This commit is contained in:
Stefan Zermatten
2015-05-12 10:10:15 +02:00
parent a539b0bc6c
commit 80ca7307ce
6 changed files with 73 additions and 3 deletions

View File

@@ -34,4 +34,7 @@ Template.layout.events({
fullOnMobile: true,
});
},
"tap #changeLog": function(event, instance) {
Router.go("changeLog");
},
});