Commits

Nicolai Olsen authored c2e494c288b
Introduced cpr-search-event.service to avoid tight coupling between components.
No tags

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

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

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

Add shortcut