Skip to content
Snippets Groups Projects
Commit e4425352 authored by Beatrycze Volk's avatar Beatrycze Volk
Browse files

Open the link in new tab only if the link exists

parent 2bc215f7
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,14 @@
<a href="{journal.accessData.authorInstructionsUrl}" target="_blank" rel="noopener noreferrer" class="m-2 link-button btn btn-outline-primary"><f:translate key="result.authorInstructions"/></a>
<a href="{journal.accessData.aimsAndScopeUrl}" target="_blank" rel="noopener noreferrer" class="m-2 link-button btn btn-outline-primary"><f:translate key="result.aimsScope"/></a>
<a href="{journal.accessData.editorialBoardUrl}" target="_blank" rel="noopener noreferrer" class="m-2 link-button btn btn-outline-primary"><f:translate key="result.editorialBoard"/></a>
<a href="{journal.filter.source}" target="_blank" rel="noopener noreferrer" class="m-2 link-button btn btn-outline-primary"><f:translate key="result.priceSource"/></a>
<f:if condition="{journal.filter.source}">
<f:then>
<a href="{journal.filter.source}" target="_blank" rel="noopener noreferrer" class="m-2 link-button btn btn-outline-primary"><f:translate key="result.priceSource"/></a>
</f:then>
<f:else>
<a href="" rel="noopener noreferrer" class="m-2 link-button btn btn-outline-primary"><f:translate key="result.priceSource"/></a>
</f:else>
</f:if>
<div class="mt-4">
<h5><f:translate key="result.subjects"/>:</h5>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment