From 3e1e2946bd5678417cad148c831d5e123a8da579 Mon Sep 17 00:00:00 2001 From: Hagen <hagen.dressler@mni.thm.de> Date: Thu, 8 Mar 2018 14:55:18 +0100 Subject: [PATCH] Add button for routing --- src/app/comment/comment.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/comment/comment.component.html b/src/app/comment/comment.component.html index 749e1fdf6..8ce064f82 100644 --- a/src/app/comment/comment.component.html +++ b/src/app/comment/comment.component.html @@ -15,4 +15,4 @@ </li> </ol> -<button mat-raised-button color="primary">back</button> +<button mat-raised-button color="primary" (click)="goBack()">Back</button> -- GitLab