We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b623fe8 commit 2dd3443Copy full SHA for 2dd3443
templates/frontend/objects/preprint_summary.tpl
@@ -90,7 +90,7 @@
90
{/if}
91
92
<div class="details">
93
- {translate key="publication.galley.downloads" downloads=$preprint->getTotalGalleyViews($primaryGenreIds)}
+ {translate key="publication.galley.downloads" downloads=$preprint->getTotalGalleyViews()}
94
{if $preprint->getCurrentPublication()->getData('datePublished')}
95
<span class="details_divider">-</span>
96
{translate key="submission.dates" submitted=$preprint->getData('dateSubmitted')|date_format:$dateFormatShort published=$preprint->getCurrentPublication()->getData('datePublished')|date_format:$dateFormatShort}
0 commit comments