Skip to content

Commit ae80e81

Browse files
author
Mark Robinson
committed
Open footer links in new tab
1 parent 21245b1 commit ae80e81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resources/templates/fragments/footer.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<html xmlns:th="http://www.thymeleaf.org">
2222
<body>
2323
<div th:fragment="copy" id="footer">
24-
<a href="https://github.com/common-workflow-language/cwlviewer">CWL Viewer</a>
25-
&copy; 2016 <a href="https://github.com/common-workflow-language/">Common Workflow Project</a>
26-
and <a href="https://github.com/orgs/common-workflow-language/people">contributors</a>,
27-
distributed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache license, version 2.0</a>
24+
<a href="https://github.com/common-workflow-language/cwlviewer" rel="noopener" target="_blank">CWL Viewer</a>
25+
&copy; 2016 <a href="https://github.com/common-workflow-language/" rel="noopener" target="_blank">Common Workflow Project</a>
26+
and <a href="https://github.com/orgs/common-workflow-language/people" rel="noopener" target="_blank">contributors</a>,
27+
distributed under <a href="https://www.apache.org/licenses/LICENSE-2.0" rel="noopener" target="_blank">Apache license, version 2.0</a>
2828
<br />
2929
<span th:if="${workflow != null}">
30-
<a th:href="@{'https://github.com/' + ${workflow.retrievedFrom.owner} + '/' + ${workflow.retrievedFrom.repoName}}" href="#">Shown workflow</a> has separate copyright and license
30+
<a th:href="@{'https://github.com/' + ${workflow.retrievedFrom.owner} + '/' + ${workflow.retrievedFrom.repoName}}" href="#" rel="noopener" target="_blank">Shown workflow</a> has separate copyright and license
3131
</span>
3232
</div>
3333
</body>

0 commit comments

Comments
 (0)