mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
anchors for jobs
This commit is contained in:
parent
09838f80e5
commit
c260060ad7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<h3>
|
||||
<h3 id="<?php echo trim(str_replace(' ', '-', strtolower($metadata['title']))) ?>">
|
||||
<?php echo $metadata['title'] ?>
|
||||
<?php if (isset($metadata['status'])): ?>
|
||||
<span class="badge <?php echo $metadata['status'] == "active" ? "badge-primary" : "badge-info" ?>"><?php echo $metadata['status'] ?></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue