Link to video page on playlist page
Open links on playlist page in new tab to allow to easily get back to playlist
This commit is contained in:
parent
43cbd4f6fe
commit
950ea16672
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
||||||
<div class="playlist-entry">
|
<div class="playlist-entry">
|
||||||
<img class="thumb" src="{$video->thumbnail}" alt="" width="200" />
|
<img class="thumb" src="{$video->thumbnail}" alt="" width="200" />
|
||||||
<h3><a href="{$video->webpage_url}">{$video->title}</a></h3>
|
<h3><a href="{$video->webpage_url}">{$video->title}</a></h3>
|
||||||
<a class="downloadBtn" href="{path_for name="redirect"}?url={$video->webpage_url}">Download</a>
|
<a target="_blank" class="downloadBtn" href="{path_for name="redirect"}?url={$video->webpage_url}">Download</a>
|
||||||
|
<a target="_blank" href="{path_for name="video"}?url={$video->webpage_url}">More options</a>
|
||||||
</div>
|
</div>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue