add target to link

This commit is contained in:
Balakrishnan Balasubramanian 2022-06-14 21:17:40 -04:00
parent 74d23a5ad8
commit 7784e58bae

View File

@ -28,7 +28,7 @@
<td>{{ .Title }}</td>
<td>
{{ if eq .Status "Done" }}
<a href="{{ vids_prefix }}/{{ .FileName }}">Watch</a>
<a target="_blank" href="{{ vids_prefix }}/{{ .FileName }}">Watch</a>
{{ else if eq .Status "InProgress" }}
{{ .Progress }}
{{ else }}