We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa37773 commit 71afc25Copy full SHA for 71afc25
console-webapp/src/app/users/userEdit.component.html
@@ -42,6 +42,7 @@ <h1 class="mat-headline-4">
42
</h1>
43
} @else {
44
<h1 class="mat-headline-4">User details</h1>
45
+ }
46
<mat-divider></mat-divider>
47
<div class="console-app__user-details-controls">
48
<button mat-icon-button aria-label="Back to users list" (click)="goBack()">
@@ -121,5 +122,5 @@ <h2>User details</h2>
121
122
</mat-list>
123
</mat-card-content>
124
</mat-card>
- }}
125
126
</div>
0 commit comments