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 6fb15371a18c733794117ae31a8497750b3aab03..dad924614b841114ec94c0816e38fcf7a2586575 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> + • + <a href="{% url 'production:stream' stream_id=productionstream.id %}">Stream</a> {% if perms.scipost.can_oversee_refereeing %} • <a href="{% url 'submissions:editorial_page' productionstream.submission.preprint.identifier_w_vn_nr %}">Editorial</a>