Add main navigation menu, replace intro blurb with full About page
This commit is contained in:
+1
-3
@@ -11,7 +11,6 @@ Router.map(function() {
|
||||
this.route('contributors', function() {
|
||||
this.route('show', { path: ':id' });
|
||||
});
|
||||
|
||||
this.route('contributions', function() {
|
||||
this.route('show', { path: ':id' });
|
||||
});
|
||||
@@ -31,11 +30,10 @@ Router.map(function() {
|
||||
});
|
||||
this.route('budget', function() {
|
||||
this.route('expenses');
|
||||
|
||||
this.route('reimbursements', function() {});
|
||||
});
|
||||
|
||||
this.route('reimbursements', function() {
|
||||
this.route('new');
|
||||
});
|
||||
this.route('about');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user