mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 01:11:25 +00:00
Add context to version and download size
This commit is contained in:
parent
1c8121250d
commit
b609b737eb
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
||||||
<?php js_end() ?>
|
<?php js_end() ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<br/>
|
<br/>
|
||||||
<span class="meta">
|
<span class="meta"> Latest Version :
|
||||||
<?php echo $version ?>,
|
<?php echo $version ?>, Download Size :
|
||||||
<?php echo number_format($size, 1) ?> MB,
|
<?php echo number_format($size, 1) ?> MB,
|
||||||
built on <?php echo date('F d', $releaseTimestamp) ?>
|
built on <?php echo date('F d', $releaseTimestamp) ?>
|
||||||
at <?php echo date('H:i:s', $releaseTimestamp) ?>
|
at <?php echo date('H:i:s', $releaseTimestamp) ?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue