From b94c6bfdf0fd88413208688b03bb1d6d14b711f8 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Wed, 9 Nov 2016 17:12:42 -0500 Subject: [PATCH] Stash --- app/components/dashboardRSVPRow.vue | 2 +- app/components/publicDayPicker.vue | 6 +- app/components/publicSlotPicker.vue | 6 +- app/models/RSVP.js | 39 ++++++++- app/views/dashboardView.vue | 127 ++++++++++++++-------------- app/views/publicView.vue | 10 +-- 6 files changed, 117 insertions(+), 73 deletions(-) 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.