SciPost Code Repository
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SciPost
Manage
Activity
Members
Labels
Plan
Issues
118
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SciPost
SciPost
Commits
b9f0f2ab
Commit
b9f0f2ab
authored
1 year ago
by
George Katsikas
Browse files
Options
Downloads
Patches
Plain Diff
add collection information on production streams
parent
84f41dc4
No related branches found
No related tags found
1 merge request
!61
[Submissions] Add target collection to the submission form
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scipost_django/production/templates/production/_productionstream_details_summary_contents.html
+18
-12
18 additions, 12 deletions
...roduction/_productionstream_details_summary_contents.html
with
18 additions
and
12 deletions
scipost_django/production/templates/production/_productionstream_details_summary_contents.html
+
18
−
12
View file @
b9f0f2ab
...
...
@@ -46,24 +46,30 @@
</div>
<div
class=
"row"
>
<div
class=
"col
col-sm-6 col-md text-nowrap
"
>
<div
class=
"col
text-nowrap text-truncate
"
>
<small
class=
"text-muted"
>
To be published in
</small>
<br>
{% if productionstream.submission.proceedings %}
{% if productionstream.submission.proceedings.event_suffix %}
{{ productionstream.submission.proceedings.event_suffix }}
{% else %}
{{ productionstream.submission.proceedings.event_name }}
{% endif %}
{% if productionstream.submission.proceedings.event_suffix %}
<span
title=
"{{ productionstream.submission.proceedings.event_name }}"
>
{{ productionstream.submission.proceedings.event_suffix }}
</span>
{% else %}
<span
title=
"{{ productionstream.submission.proceedings.event_name }}"
>
{{ productionstream.submission.proceedings.event_name }}
</span>
{% endif %}
{% elif productionstream.submission.collections.all %}
{% for collection in productionstream.submission.collections.all %}
<span
title=
"{{ collection.series.name }}"
>
{{ collection.series.name }}
</span>
<br>
<span
title=
"{{ collection.name }}"
>
{{ collection.name }}
</span>
{% endfor %}
{% else %}
{{ productionstream.submission.editorial_decision.for_journal }}
{% if "Selections" in productionstream.submission.editorial_decision.for_journal.name %}
- {{ productionstream.submission.acad_field }}
{% endif %}
{{ productionstream.submission.editorial_decision.for_journal }}
{% if "Selections" in productionstream.submission.editorial_decision.for_journal.name %}
- {{ productionstream.submission.acad_field }}
{% endif %}
{% endif %}
</div>
<div
class=
"col
col-sm-6 col-md
text-nowrap"
>
<div
class=
"col
-auto
text-nowrap"
>
<small
class=
"text-muted"
>
Submitter
</small>
<br>
{% if productionstream.submission.submitted_by.profile.email %}
...
...
@@ -74,7 +80,7 @@
<a
href=
"{% url 'scipost:contributor_info' productionstream.submission.submitted_by.id %}"
>
{{ productionstream.submission.submitted_by.formal_str }}
</a>
</div>
<div
class=
"col-auto pe-auto"
>
<div
class=
"col-
12 col-sm-auto col-md-12 col-xl-
auto pe-auto"
>
<small
class=
"text-muted"
>
Go to page:
</small>
<br>
<div
class=
"d-inline-flex"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment