fix spinner button. Fix link to toolbox.
This commit is contained in:
parent
04466a5ef4
commit
e3bbd8009a
|
@ -68,8 +68,8 @@
|
|||
</button>
|
||||
<button *ngIf="!loading; else spinnerButton" type="button" [class.disabled]="!submitEnabled" class="btn btn-az-primary" (click)="submit()">Add Encounter</button>
|
||||
<ng-template #spinnerButton>
|
||||
<button>
|
||||
<span class="spinner-border spinner-border-sm btn-az-primary" role="status" aria-hidden="true"></span>
|
||||
<button class="btn btn-primary" type="button" disabled>
|
||||
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span>
|
||||
<span class="sr-only">Loading...</span>
|
||||
</button>
|
||||
</ng-template>
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
where you can authenticate and select data to import into Fasten Health.
|
||||
</p>
|
||||
<p>
|
||||
If the data about this institution is missing or incorrect, you can <a class="link" href="https://docs.google.com/spreadsheets/d/1ZSgwfd7kwxSnimk4yofIFcR8ZMUls0zi9SZpRiOJBx0/edit?usp=sharing" externalLink>click here</a> to submit a correction.
|
||||
If the data about this institution is missing or incorrect, you can <a class="link" href="https://toolbox.fastenhealth.com/" externalLink>click here</a> to submit a correction.
|
||||
</p>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue