From 84084478c3ec085d3fc3fb77748469a1962f7ba4 Mon Sep 17 00:00:00 2001
From: Jure Triglav <juretriglav@gmail.com>
Date: Thu, 13 Aug 2020 15:22:27 +0200
Subject: [PATCH] fix: fix and simplify link to decision page

---
 app/components/component-manuscripts/src/Manuscript.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/components/component-manuscripts/src/Manuscript.jsx b/app/components/component-manuscripts/src/Manuscript.jsx
index 40ee291243..f1b4113583 100644
--- a/app/components/component-manuscripts/src/Manuscript.jsx
+++ b/app/components/component-manuscripts/src/Manuscript.jsx
@@ -51,7 +51,7 @@ const User = ({ manuscript }) => {
         )}
       </Cell>
       <LastCell>
-        <Action to={`/journal/versions/${manuscript.id}/decisions/1`}>
+        <Action to={`/journal/versions/${manuscript.id}/decision`}>
           Control
         </Action>
         <Action to={`/journal/versions/${manuscript.id}/manuscript`}>
-- 
GitLab