Add support for RC version (#19)
This commit is contained in:
parent
503c134df6
commit
d33fb62e35
6 changed files with 16 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<div class="row">
|
||||
<?php foreach ($servers as $server) : ?>
|
||||
<div class="col-xl-6">
|
||||
<?php echo $this->fetch('sub/server.phtml', ['server' => $server, 'stable_version' => $stable_version, 'dev_version' => $dev_version]) ?>
|
||||
<?php echo $this->fetch('sub/server.phtml', ['server' => $server, 'stable_version' => $stable_version, 'rc_version' => $rc_version, 'dev_version' => $dev_version]) ?>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue