Skip to content
Snippets Groups Projects
Commit 9e4a171e authored by Sebastian Wittek's avatar Sebastian Wittek
Browse files

add html file

parent 17b3b038
No related merge requests found
<p>
submit-comment works!
</p>
<h2>{{ 'comment-page.sure' | translate }}</h2>
<h4>{{comment.subject}}</h4>
<p>{{comment.body}}</p>
<button mat-raised-button color="warn" (click)="closeDialog('abort')">
{{ 'comment-page.back' | translate }}
</button>
<button mat-raised-button color="primary" (click)="closeDialog('send')">
<button mat-raised-button color="warn" (click)="onNoClick()">
{{ 'comment-page.back' | translate }}
</button>
<button mat-raised-button color="primary" (click)="send(comment.subject, comment.body)">
{{ 'comment-page.send' | translate}}
</button>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment