Skip to content

Commit

Permalink
#3478 update link tag and add sr-only text.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrbyers authored and mauromsl committed Aug 16, 2024
1 parent 2fb009e commit 441564c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/templates/admin/repository/submit/review.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ <h2>Supplementary Files</h2>
{% for supp_file in preprint.supplementaryfiles %}
<tr>
<td>{{ supp_file.label }}</td>
<td>{{ supp_file.link }}</td>
<td>
<a href="{{ supp_file.url }}" target="_blank">
{{ supp_file.url }} <span class="show-for-sr">(external link, opens in new tab)</span>
</a>
</td>
</tr>
{% empty %}
<tr>
Expand Down

0 comments on commit 441564c

Please sign in to comment.