Move contributor-creation form for separate view

closes #74
This commit is contained in:
2019-05-23 14:17:33 +02:00
parent 4efd6f8f88
commit 16ee3b6b6b
7 changed files with 53 additions and 31 deletions
+3
View File
@@ -13,6 +13,9 @@ Router.map(function() {
this.route('contributions', function() {
this.route('new');
});
this.route('contributors', function() {
this.route('new');
});
});
export default Router;