add target to link
This commit is contained in:
parent
74d23a5ad8
commit
7784e58bae
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user