diff --git a/app/components/dashboardRSVPRow.vue b/app/components/dashboardRSVPRow.vue index 49d3cbc..77858f2 100644 --- a/app/components/dashboardRSVPRow.vue +++ b/app/components/dashboardRSVPRow.vue @@ -2,7 +2,7 @@ tr td color-span(v-bind:color="eventTypes[RSVPItem.eventTypeHash].color") - span {{ RSVPItem.startTime }} - {{ RSVPItem.endTime }} + span {{ RSVPItem.startTime.format() }} - {{ RSVPItem.endTime.format() }} td template(v-for="(member, index) in RSVPItem.members") template(v-if="index > 0") diff --git a/app/components/publicDayPicker.vue b/app/components/publicDayPicker.vue index b407f93..5edfc0f 100644 --- a/app/components/publicDayPicker.vue +++ b/app/components/publicDayPicker.vue @@ -6,8 +6,10 @@ router-link(v-bind:to="{ name: 'publicSlotSelectionView', params: { hash: hash, day: day } }") | {{ day }} - p - em Times are in {{ timezone }} timezone. + p. + Times are in + #[em {{ timezone }}] + timezone.