SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 71f2e4c6 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add links to production objects for submissions

parent 78dffd03
No related branches found
No related tags found
No related merge requests found
......@@ -76,5 +76,15 @@
</li>
</ul>
{% endif %}
{% if perms.scipost.can_view_all_production_streams and submission.production_stream%}
<h3 class="mt-4">Production objects</h3>
<ul class="ps-4">
<li><a href="{% url 'production:stream' stream_id=submission.production_stream.id %}">Production stream</a></li>
{% if submission.production_stream.proofs_repository %}
<li><a href="{{submission.production_stream.proofs_repository.git_url}}">Git repository</a></li>
{% endif %}
</ul>
{% endif %}
</div>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment