mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 08:51:34 +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 endif ?>
|
||||
<br/>
|
||||
<span class="meta">
|
||||
<?php echo $version ?>,
|
||||
<span class="meta"> Latest Version :
|
||||
<?php echo $version ?>, Download Size :
|
||||
<?php echo number_format($size, 1) ?> MB,
|
||||
built on <?php echo date('F d', $releaseTimestamp) ?>
|
||||
at <?php echo date('H:i:s', $releaseTimestamp) ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue