anchors for jobs

This commit is contained in:
Jeremy Kauffman 2018-05-04 15:20:50 -04:00
parent 09838f80e5
commit c260060ad7

View file

@ -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>