mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
ids for roadmap
This commit is contained in:
parent
84809efda8
commit
ba83190836
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<div class="roadmap-container" id="project-roadmap">
|
<div class="roadmap-container" id="project-roadmap">
|
||||||
<?php if (count($items)): ?>
|
<?php if (count($items)): ?>
|
||||||
<?php foreach ($items as $item): ?>
|
<?php foreach ($items as $item): ?>
|
||||||
<div class="roadmap-item">
|
<div class="roadmap-item" id="<?php echo strtolower(trim(preg_replace('/[^A-Za-z0-9-]+/', '-', $item['name']))) ?>">
|
||||||
<h3 class="roadmap-item-title">
|
<h3 class="roadmap-item-title">
|
||||||
<?php if (isset($item['url']) && $item['url']): ?>
|
<?php if (isset($item['url']) && $item['url']): ?>
|
||||||
<a href="<?php echo $item['url'] ?>" class="link-primary"><?php echo $item['name'] ?></a>
|
<a href="<?php echo $item['url'] ?>" class="link-primary"><?php echo $item['name'] ?></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue