mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-29 08:21:28 +00:00
show more than one future roadmap item
This commit is contained in:
parent
461e3ef6d5
commit
8ee9ca9666
2 changed files with 1 additions and 2 deletions
|
@ -248,7 +248,6 @@ class ContentActions extends Actions
|
|||
{
|
||||
$cache = !Request::getParam('nocache');
|
||||
$githubItems = Github::listRoadmapChangesets($cache);
|
||||
|
||||
$projectMaxVersions = [];
|
||||
foreach($githubItems as $group => $items)
|
||||
{
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<?php endif ?>
|
||||
<?php foreach($groupItems as $item): ?>
|
||||
<?php ++$index ?>
|
||||
<div class="roadmap-item" <?php echo $index != 1 ? 'style="display: none"' : '' ?>>
|
||||
<div class="roadmap-item" <?php echo $index != 1 && isset($firstItem['sort_key']) ? 'style="display: none"' : '' ?>>
|
||||
<?php if (isset($item['badge']) || isset($item['assignee'])): ?>
|
||||
<div>
|
||||
<?php if (isset($item['assignee'])): ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue