SciPost Code Repository

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

add quick navigation links to prod items

git repo is WIP until proofsrepo model is merged
parent ed12d6d8
No related branches found
No related tags found
1 merge request!43Polish up new production page
...@@ -23,10 +23,15 @@ ...@@ -23,10 +23,15 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="col-auto">
<small class="text-muted">Acceptance date</small>
<br>
{{ productionstream.submission.editorial_decision.taken_on|date:'Y-m-d' }}
</div>
</div> </div>
<div class="row"> <div class="row">
<div class="col"> <div class="col-12 col-sm-6 col-md-12 col-xl">
<small class="text-muted">To be published in</small> <small class="text-muted">To be published in</small>
<br> <br>
{{ productionstream.submission.editorial_decision.for_journal }} {{ productionstream.submission.editorial_decision.for_journal }}
...@@ -34,12 +39,20 @@ ...@@ -34,12 +39,20 @@
- {{ productionstream.submission.proceedings.event_suffix }} - {{ productionstream.submission.proceedings.event_suffix }}
{% endif %} {% endif %}
</div> </div>
<div class="col-auto"> <div class="col-auto">
<small class="text-muted">Acceptance date</small> <small class="text-muted">Go to page:</small>
<br> <br>
{{ productionstream.submission.editorial_decision.taken_on|date:'Y-m-d' }} <div class="d-inline-flex">
<a href="{{ productionstream.submission.get_absolute_url }}">Submission</a>
&nbsp;&nbsp; &bullet; &nbsp;&nbsp;
<a href="{% url 'submissions:editorial_page' productionstream.submission.preprint.identifier_w_vn_nr %}">Editorial</a>
&nbsp;&nbsp; &bullet; &nbsp;&nbsp;
<a class="text-muted">Git Repo</a>
</div>
</div> </div>
</div> </div>
</div> </div>
<div class="d-none d-md-block vr p-0 me-2"></div> <div class="d-none d-md-block vr p-0 me-2"></div>
......
...@@ -16,10 +16,12 @@ ...@@ -16,10 +16,12 @@
<details class="card my-4"> <details class="card my-4">
<summary class="card-header fs-6 d-inline-flex align-items-center"> <summary class="card-header fs-6 d-inline-flex align-items-center">
Search / Filter / Bulk Actions Search / Filter / Bulk Actions
<div class="ms-auto d-inline-flex align-items-center"> <div class="d-none d-sm-inline-flex ms-auto align-items-center">
<div id="indicator-search-productionstreams" class="htmx-indicator"> <div id="indicator-search-productionstreams" class="htmx-indicator">
<button class="btn btn-warning text-white me-2" type="button" disabled> <button class="btn btn-warning text-white d-none d-md-block me-2"
type="button"
disabled>
<strong>Loading...</strong> <strong>Loading...</strong>
<div class="spinner-grow spinner-grow-sm ms-2" <div class="spinner-grow spinner-grow-sm ms-2"
......
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