aboutsummaryrefslogtreecommitdiff
path: root/app/components/app/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/app/app.html')
-rw-r--r--app/components/app/app.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/components/app/app.html b/app/components/app/app.html
index a8a1969..b87937f 100644
--- a/app/components/app/app.html
+++ b/app/components/app/app.html
@@ -1,5 +1,13 @@
+<nav>
+ <div class="nav-container">
+ <a class="btn btn-primary btn-lg pull-right" [routerLink]="['/PlanNew']">new plan</a>
+ <a [routerLink]="['PlanList']">plans</a>
+ </div>
+</nav>
+
<router-outlet></router-outlet>
-<footer>PEV is made by
+
+<footer><strong>pev</strong> is made by
<a href="http://tatiyants.com/">Alex Tatiyants</a>
<a href="https://twitter.com/AlexTatiyants"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/AlexTatiyants"><i class="fa fa-github"></i></a>