diff options
| author | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-03 21:34:35 -0800 |
|---|---|---|
| committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-03 21:34:35 -0800 |
| commit | 7955dbcc9272f258c9b36e67853471e59d851cac (patch) | |
| tree | 07a994f849b8a2c451337624ac15e9eae38f8f75 /app/components/plan-list | |
| parent | 08497567950cd04916cd2608334d9ea85e811c20 (diff) | |
create common nav, update README
Diffstat (limited to 'app/components/plan-list')
| -rw-r--r-- | app/components/plan-list/plan-list.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/components/plan-list/plan-list.html b/app/components/plan-list/plan-list.html index a2f1a9d..9a75ed9 100644 --- a/app/components/plan-list/plan-list.html +++ b/app/components/plan-list/plan-list.html @@ -1,10 +1,3 @@ -<nav> - <div class="nav-container"> - <a class="btn btn-primary btn-lg pull-right" [routerLink]="['/PlanNew']">create</a> - <a [routerLink]="['PlanList']">plans</a> - </div> -</nav> - <div class="page"> <div class="hero-container" *ngIf="plans.length === 0"> Welcome to PEV! Please <a [routerLink]="['/PlanNew']">submit</a> a plan for visualization |
