We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b992731 commit 55e53bdCopy full SHA for 55e53bd
1 file changed
themes/openstack/templates/Layout/NewHomePage.ss
@@ -81,8 +81,7 @@ $CloudInfraContent
81
<div class="container">
82
<h2>Latest Release: {$LatestReleaseName}</h2>
83
<div class="video-container">
84
- <img class="ussuri-video" src="{$LatestReleaseVideoPosterUrl}"/>
85
- <a href="{$LatestReleaseVideoLink}"><i class="fa btn-play fa-play-circle" aria-hidden="true" title="Play it"></i></a>
+ <a href="{$LatestReleaseVideoLink}"><img class="ussuri-video" src="{$LatestReleaseVideoPosterUrl}"/></a>
86
</div>
87
<!-- <p>{$LatestReleaseVideoDescription}</p> -->
88
<div class="ussuri-btn-wrapper">
0 commit comments