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

Commit dd195b4

Browse files
WardormeurDanielBrierton
authored andcommitted
Remove 'No events' header from dojo page (#268)
1 parent dfe664b commit dd195b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/events/cd-event-list.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
</div>
66
<div v-if="!hasFutureEvents" class="cd-event-list__event">
77
<div class="cd-event-list__no-events">
8-
<div class="cd-event-list__no-events-header" v-if="!hasPastEvents">
9-
{{ $t('No Listed Events') }}
10-
</div>
118
<div v-if="!hasFutureEvents && !hasPastEvents">
129
<p class="cd-event-list__no-events-content" v-html="$t('This Dojo may list their events on another website or they may encourage people to attend without booking.')"></p>
1310
<p class="cd-event-list__no-events-content" v-if="!isDojoMember" v-html="$t(`${dojo.private ? 'Please email the Dojo on {email} to find out about their upcoming events.' : 'Please join this Dojo for updates and email the Dojo on {email} to find out about their upcoming events.' }`, { email: '<a href=\'mailto:' + dojo.email + '\'>' + dojo.email + '</a>' })"></p>

0 commit comments

Comments
 (0)