fix job positions
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
<?php foreach ($openPositions as $position): ?>
|
||||
<?php
|
||||
$positionId = (string) ($position['position_id'] ?? '');
|
||||
$detailsUrl = site_url('careers/' . rawurlencode($positionId));
|
||||
$detailsUrl = site_url('careers/' . rawurlencode($positionId) . '/details');
|
||||
$applyUrl = site_url('careers/' . rawurlencode($positionId) . '/apply');
|
||||
$meta = array_filter([
|
||||
$position['department'] ?? '',
|
||||
@@ -278,6 +278,7 @@
|
||||
<?php if (!empty($position['description'])): ?>
|
||||
<div class="small text-muted"><?= esc($position['description']) ?></div>
|
||||
<?php endif; ?>
|
||||
<div class="small text-muted fw-semibold mt-2"><?= esc(number_format((int) ($position['details_click_count'] ?? 0))) ?> views</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-start gap-2 flex-shrink-0">
|
||||
<a class="btn btn-outline-secondary btn-sm" href="<?= esc($detailsUrl) ?>">Details</a>
|
||||
|
||||
Reference in New Issue
Block a user