Add basics for contribution details

Route, controller, links, selected property/styles, etc.
This commit is contained in:
2019-07-12 20:16:06 +02:00
parent 525a39479b
commit 7236b2d2b3
11 changed files with 86 additions and 11 deletions
+4
View File
@@ -11,6 +11,10 @@ Router.map(function() {
this.route('contributors', function() {
this.route('show', { path: ':id' });
});
this.route('contributions', function() {
this.route('show', { path: ':id' });
});
});
this.route('proposals', function() {
this.route('new');