Skip to content

Commit f69f4e4

Browse files
committed
open links in new tab
1 parent 071d26a commit f69f4e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

run_dir/design/ont_flowcells.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1>
4141
{% for onefc in ont_flowcells %}
4242
<tr>
4343
<td class = run_name>
44-
<a class="text-decoration-none" href="/flowcells_ont/{{ onefc }}">{{ onefc }}</a>
44+
<a class="text-decoration-none" href="/flowcells_ont/{{ onefc }}" target="_blank">{{ onefc }}</a>
4545
{% if ont_flowcells.get(onefc).get('TACA_run_status') == 'finished' %}
4646
<abbr title="Run completed"><span class="fa fa-check-circle"></span></abbr>
4747
{% elif ont_flowcells.get(onefc).get('TACA_run_status') == 'ongoing' %}
@@ -61,7 +61,7 @@ <h1>
6161
{% end %}
6262
.scilifelab.se/clarity/search?scope=Sample&query=
6363
{{ ont_flowcells[onefc].get('library_id') }}
64-
">
64+
" target="_blank">
6565
{{ ont_flowcells[onefc].get("library_name","") }}
6666
</a>
6767
{% else %}
@@ -79,7 +79,7 @@ <h1>
7979
{% end %}
8080
.scilifelab.se/clarity/work/
8181
{{ ont_flowcells[onefc]['step_id'][3:] }}
82-
">
82+
" target="_blank">
8383
{{ ont_flowcells[onefc].get("step_id","") }}
8484
</a>
8585
{% else %}
@@ -90,7 +90,7 @@ <h1>
9090
{% if ont_flowcells[onefc].get('projects') %}
9191
{% for project_id, project_name in ont_flowcells[onefc]['projects'].items() %}
9292
<samp style="max-width:50px;">
93-
<a class="text-decoration-none" href="/project/{{ project_id }}">{{ project_name }}</a>
93+
<a class="text-decoration-none" href="/project/{{ project_id }}" target="_blank">{{ project_name }}</a>
9494
</samp><br>
9595
{% end %}
9696
{% end %}

0 commit comments

Comments
 (0)