Skip to content

Commit

Permalink
add a link to create a condiiton manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Mar 6, 2023
1 parent 0b176bf commit f5b0fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/app/pages/dashboard/dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ <h6>All Sources</h6>
</div><!-- media-body -->
</div><!-- media -->
<a [routerLink]="'/sources'" class="btn btn-purple">Add Source</a>
<a [routerLink]="'/resource/create'" class="btn btn-purple mg-l-10">Add Condition</a>

</div>
</div><!-- az-dashboard-one-title -->

Expand Down
2 changes: 2 additions & 0 deletions frontend/src/app/pages/report-labs/report-labs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ <h4 class="tx-purple mg-b-20">No Lab Data Found!</h4>
Click below to add a new healthcare provider to Fasten.
</p>
<button [routerLink]="'/sources'" type="button" class="btn btn-purple pd-x-25">Add Source</button>
<button [routerLink]="'/resource/create'" type="button" class="btn btn-purple pd-x-25 mg-l-10">Add Condition</button>

</div><!-- modal-body -->
</div>
</ng-template>
Expand Down

0 comments on commit f5b0fb5

Please sign in to comment.