Add contribution basics
This commit is contained in:
@@ -10,6 +10,9 @@ Router.map(function() {
|
||||
this.route('proposals', function() {
|
||||
this.route('new');
|
||||
});
|
||||
this.route('contributions', function() {
|
||||
this.route('new');
|
||||
});
|
||||
});
|
||||
|
||||
export default Router;
|
||||
|
||||
Reference in New Issue
Block a user