Files
we_bstly-web/src/app/ui/profilefields/profilefield.blob.html
T
2021-03-18 15:12:30 +01:00

9 lines
272 B
HTML

<h1 mat-dialog-title>{{'profileField.name.' + profileField.name | i18n}}</h1>
<mat-dialog-content>
<pre>
{{profileField.blob}}
</pre>
</mat-dialog-content>
<mat-dialog-actions>
<button mat-button mat-dialog-close>{{'close' | i18n}}</button>
</mat-dialog-actions>