Skip to content

Commit

Permalink
mylife: smoother myhealth toolbar (fixes #8008) (#8010)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
jessewashburn and dogi authored Dec 30, 2024
1 parent ecda720 commit 653ff59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.16.27",
"version": "0.16.28",
"myplanet": {
"latest": "v0.21.55",
"min": "v0.20.55"
Expand Down
1 change: 1 addition & 0 deletions src/app/health/health.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<div class="space-container">
<mat-toolbar class="primary-color font-size-1 action-buttons">
<span class="toolbar-fill"></span>
<a mat-raised-button color="accent" i18n [routerLink]="['update']" *ngIf="isOwnUser">Update Details</a>
<a mat-raised-button color="accent" i18n [routerLink]="['event', { id: userDetail._id }]">Add Examination</a>
<span *ngIf="userDetail.firstName === undefined"><ng-container i18n>Member login:</ng-container> {{userDetail.name}}</span>
Expand Down

0 comments on commit 653ff59

Please sign in to comment.