Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit ee3eba3

Browse files
committed
Show that a club is 'Running online' if the flag is set.
- Add to the "Left column" details view for a Club
1 parent 1e3f9cb commit ee3eba3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dojos/cd-dojo-details.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
{{ address }}
2020
<a class="cd-dojo-details__google-maps-link" target="_blank" rel="noopener noreferrer" v-if="dojoDetails.geoPoint" :href="googleMapsLink">{{ $t('Open in Google Maps') }} <i class="fa fa-chevron-right" aria-hidden="true"></i></a>
2121
</info-column-section>
22+
<info-column-section v-if="dojoDetails.onlineSessions" class="cd-dojo-details__left-column-section" icon="laptop" :header="$t('Running Online')">
23+
</info-column-section>
2224
<info-column-section class="hidden-xs" icon="envelope-o" :header="$t('Email')">
2325
<a :href="'mailto:' + dojoDetails.email">{{ dojoDetails.email }}</a>
2426
</info-column-section>

0 commit comments

Comments
 (0)