From 85dbf8294538ebaec59f30abe82c51193e9505c8 Mon Sep 17 00:00:00 2001
From: Lukas Kimpel <lukas.kimpel@mni.thm.de>
Date: Fri, 16 Mar 2018 10:19:05 +0100
Subject: [PATCH] Fix link to content view

---
 src/app/content-list/content-list.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/content-list/content-list.component.html b/src/app/content-list/content-list.component.html
index ad9cab2ee..fd966e2ad 100644
--- a/src/app/content-list/content-list.component.html
+++ b/src/app/content-list/content-list.component.html
@@ -1,6 +1,6 @@
 <mat-list>
   <mat-list-item *ngFor="let content of contents">
-    <button mat-button routerLink="{{content.contentId}}">
+    <button mat-button routerLink="content/{{content.contentId}}">
       Content {{content.contentId}}: {{content.subject}}
     </button>
   </mat-list-item>
-- 
GitLab