SciPost Code Repository

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

make on hold submission links clickable

parent 3464d911
No related branches found
No related tags found
No related merge requests found
...@@ -72,18 +72,19 @@ ...@@ -72,18 +72,19 @@
<div class="col-auto text-nowrap"> <div class="col-auto text-nowrap">
<small class="text-muted">Submitter</small> <small class="text-muted">Submitter</small>
<br> <br>
{% if productionstream.submission.submitted_by.profile.email %} <span class="d-inline-flex gap-2 pe-auto">
<a href="mailto:{{ productionstream.submission.submitted_by.profile.email }}?body=Dear%20{{ productionstream.submission.submitted_by.formal_str }},%0A%0A" {% if productionstream.submission.submitted_by.profile.email %}
class="text-primary"><span style="pointer-events: none;">{% include 'bi/pencil-square.html' %}</span></a> <a href="mailto:{{ productionstream.submission.submitted_by.profile.email }}?body=Dear%20{{ productionstream.submission.submitted_by.formal_str }},%0A%0A"
&nbsp; class="text-primary">{% include 'bi/pencil-square.html' %}</a>
{% endif %} {% endif %}
<a href="{% url 'scipost:contributor_info' productionstream.submission.submitted_by.id %}">{{ productionstream.submission.submitted_by.formal_str }}</a> <a href="{% url 'scipost:contributor_info' productionstream.submission.submitted_by.id %}">{{ productionstream.submission.submitted_by.formal_str }}</a>
</span>
</div> </div>
<div class="col-12 col-sm-auto col-md-12 col-xl-auto pe-auto"> <div class="col-12 col-sm-auto col-md-12 col-xl-auto">
<small class="text-muted">Go to page:</small> <small class="text-muted">Go to page:</small>
<br> <br>
<div class="d-inline-flex"> <div class="d-inline-flex pe-auto">
<a href="{{ productionstream.submission.get_absolute_url }}">Submission</a> <a href="{{ productionstream.submission.get_absolute_url }}">Submission</a>
&nbsp;&nbsp; &bullet; &nbsp;&nbsp; &nbsp;&nbsp; &bullet; &nbsp;&nbsp;
<a href="{% url 'production:stream' stream_id=productionstream.id %}">Stream</a> <a href="{% url 'production:stream' stream_id=productionstream.id %}">Stream</a>
......
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