show more than one future roadmap item

This commit is contained in:
Jeremy Kauffman 2018-01-08 13:56:29 -05:00
parent 461e3ef6d5
commit 8ee9ca9666
2 changed files with 1 additions and 2 deletions

View file

@ -248,7 +248,6 @@ class ContentActions extends Actions
{
$cache = !Request::getParam('nocache');
$githubItems = Github::listRoadmapChangesets($cache);
$projectMaxVersions = [];
foreach($githubItems as $group => $items)
{

View file

@ -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'])): ?>