mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 09:21:26 +00:00
light get markup fixes
This commit is contained in:
parent
8f4145910d
commit
1650c36481
1 changed files with 5 additions and 9 deletions
|
@ -13,15 +13,11 @@
|
|||
<p>
|
||||
</p>
|
||||
<div class="text-center">
|
||||
<p>
|
||||
<?php echo View::Render('download/_downloadButton', [
|
||||
'buttonStyle' => 'alt',
|
||||
'sourceLink' => true
|
||||
])?>
|
||||
</p>
|
||||
<div class="meta">
|
||||
<img src="https://spee.ch/5a3e08d52dd2d7cb1c63a480b45dea8b4679cf01/lbryget-gif-mastertest.gif" />
|
||||
</div>
|
||||
<?php echo View::Render('download/_downloadButton', [
|
||||
'buttonStyle' => 'alt',
|
||||
'sourceLink' => true
|
||||
])?>
|
||||
<img src="https://spee.ch/5a3e08d52dd2d7cb1c63a480b45dea8b4679cf01/lbryget-gif-mastertest.gif" />
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<p>{{download.unavailable}}</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue