Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 2830e27

Browse files
authored
Merge pull request #1548 from ojs/publisher-name
added publisher name for journal index page
2 parents d9c5899 + 31c88f4 commit 2830e27

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Ojs/SiteBundle/Resources/views/Journal/journal_index.html.twig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
{% endfor %}
6363
</dd>
6464
{% endif %}
65+
66+
{% if journal.publisher %}
67+
<dt>{{ "publisher"|trans }}</dt>
68+
<dd>{{ journal.publisher.name }}</dd>
69+
{% endif %}
6570
<!--
6671
{% if journal.country %}
6772
<dt>{{ "country"|trans }}</dt>

0 commit comments

Comments
 (0)