Skip to content

Commit

Permalink
Merge pull request pkp#10717 from NateWr/i10716_reviewers
Browse files Browse the repository at this point in the history
pkp#10716 Fix reviewers block shown when no reviewers exist
  • Loading branch information
bozana authored Dec 16, 2024
2 parents 5a8723d + c3f2c72 commit ec43dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/frontend/pages/editorialMasthead.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{translate key="about.editorialMasthead.linkToEditorialHistory" url=$editorialHistoryUrl}
</p>

{if !empty($reviewers)}
{if $reviewers->count()}
<h2>{translate key="common.editorialMasthead.peerReviewers"}</h2>
<p>{translate key="common.editorialMasthead.peerReviewers.description" year=$previousYear}</p>
<ul class="user_listing" role="list">
Expand Down

0 comments on commit ec43dfc

Please sign in to comment.