2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-15 18:12:46 +00:00

Fix video overlay icon for the Cards theme (relative path missing)

This commit is contained in:
Romain 2017-02-28 23:01:22 +11:00
parent d3781b8fcf
commit 1690ab76d7

View File

@ -52,7 +52,7 @@
data-download-url="{{{relative (download this)}}}" data-download-url="{{{relative (download this)}}}"
/> />
</a> </a>
<img class="video-overlay" src="public/play.png" /> <img class="video-overlay" src="{{relative 'public/play.png'}}" />
</li> </li>
{{~else~}} {{~else~}}
<li data-src="{{relative urls.large}}" <li data-src="{{relative urls.large}}"