From 1bae4ece84522a4a8aadbf1a2f2eb658d399a67b Mon Sep 17 00:00:00 2001
From: George Katsikas <giorgakis.katsikas@gmail.com>
Date: Wed, 5 Jul 2023 16:13:09 +0200
Subject: [PATCH] add link to old production stream  page

---
 .../production/_productionstream_details_summary_contents.html  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scipost_django/production/templates/production/_productionstream_details_summary_contents.html b/scipost_django/production/templates/production/_productionstream_details_summary_contents.html
index 6fb15371a..dad924614 100644
--- a/scipost_django/production/templates/production/_productionstream_details_summary_contents.html
+++ b/scipost_django/production/templates/production/_productionstream_details_summary_contents.html
@@ -77,6 +77,8 @@
                 <br>
                 <div class="d-inline-flex">
                     <a href="{{ productionstream.submission.get_absolute_url }}">Submission</a>
+                    &nbsp;&nbsp; &bullet; &nbsp;&nbsp;
+                    <a href="{% url 'production:stream' stream_id=productionstream.id %}">Stream</a>
                     {% if perms.scipost.can_oversee_refereeing %}
                         &nbsp;&nbsp; &bullet; &nbsp;&nbsp;
                         <a href="{% url 'submissions:editorial_page' productionstream.submission.preprint.identifier_w_vn_nr %}">Editorial</a>
-- 
GitLab