add target to link
This commit is contained in:
		@@ -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 }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user