add target to link
This commit is contained in:
parent
74d23a5ad8
commit
7784e58bae
@ -28,7 +28,7 @@
|
|||||||
<td>{{ .Title }}</td>
|
<td>{{ .Title }}</td>
|
||||||
<td>
|
<td>
|
||||||
{{ if eq .Status "Done" }}
|
{{ 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" }}
|
{{ else if eq .Status "InProgress" }}
|
||||||
{{ .Progress }}
|
{{ .Progress }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
Loading…
Reference in New Issue
Block a user