Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/18550: updated article review public text #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions src/data/xsl/jats-to-html/front.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,7 @@
</xsl:call-template>

<xsl:if test="$public-reviews">
<xsl:variable name="prefix">
<xsl:choose>
<xsl:when test="count($authors) = 1">The author has</xsl:when>
<xsl:otherwise>The authors have</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<div class="alert alert-success view-public-reviews"><xsl:value-of select="$prefix"/> chosen to make <a href="{$public-reviews}">the review history of this article</a> public.</div>
<div class="alert alert-success view-public-reviews"><a href="{$public-reviews}">The review history of this article has been made public.</a></div>
</xsl:if>

<!-- the "version" custom-meta might not be present -->
Expand Down