Commits

Nicolai Olsen authored 901f03b828a
Moved newly added '<---' button
No tags

src/app/cpr-does-not-exist/cpr-does-not-exist.component.html

Modified
1 1 <div class="container">
2 + <button class="focusInputTextButton" *ngIf="!patientExists" mat-mini-fab (click)="onFocusInputTextButtonClick()">
3 + <mat-icon>
4 + arrow_back
5 + </mat-icon>
6 + </button>
2 7 <div class="content">
3 8 <img src="assets/img/cpr-does-not-exist.png" alt="Gravid kvinde stående"/>
4 9 <h2>Ingen patient med det indtastede CPR-nummer</h2>
5 10 <p>Der blev ikke fundet nogen patient med det indtastede CPR-nummer.
6 11 Det kan skyldes en fejl ved indtastningen eller at patienten ikke findes i Graviditetsportalen.
7 12 Prøv at indtaste CPR-nummeret igen.</p>
8 13 </div>
9 14 </div>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut