Add contribution basics

This commit is contained in:
2019-05-23 09:46:09 +02:00
parent 18be60da9b
commit 22a9786168
8 changed files with 234 additions and 0 deletions
+3
View File
@@ -10,6 +10,9 @@ Router.map(function() {
this.route('proposals', function() {
this.route('new');
});
this.route('contributions', function() {
this.route('new');
});
});
export default Router;