Add main navigation menu, replace intro blurb with full About page

This commit is contained in:
Râu Cao
2023-08-30 17:17:39 +02:00
parent ea15e69d79
commit 3679412b3c
11 changed files with 146 additions and 59 deletions
+1 -3
View File
@@ -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');
});