Add per-sport location settings and clarify recovery groups
This commit is contained in:
@@ -76,6 +76,9 @@
|
||||
<span class="sport-choice__card">
|
||||
<img src="<?= e(sport_icon_path($sportType['icon'])) ?>" alt="">
|
||||
<strong><?= e($sportType['label']) ?></strong>
|
||||
<?php if (!empty($sportType['location'])): ?>
|
||||
<small><?= e(sport_location_label((string) $sportType['location'])) ?></small>
|
||||
<?php endif; ?>
|
||||
</span>
|
||||
</label>
|
||||
<?php endforeach; ?>
|
||||
|
||||
Reference in New Issue
Block a user