From 954a90848a70f457cd1573cc2fb526333480396d Mon Sep 17 00:00:00 2001 From: Charlton Trezevant Date: Wed, 27 Mar 2024 11:07:41 -0400 Subject: [PATCH] Add # of people going --- lib/utils.js | 2 +- views/pages/events-html.hbs | 2 +- views/pages/widget-next-event.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/utils.js b/lib/utils.js index 5b1271f..e01911b 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -180,7 +180,7 @@ export function toLocalDate(dateStr) { const dt = new Date(dateStr); const options = { - weekday: 'long', + weekday: 'short', month: 'long', day: 'numeric', hour: 'numeric', diff --git a/views/pages/events-html.hbs b/views/pages/events-html.hbs index d45a22d..ff4b88b 100644 --- a/views/pages/events-html.hbs +++ b/views/pages/events-html.hbs @@ -20,7 +20,7 @@

{{ this.groupName }} - {{ this.data.title }}

-

{{ to_local_date this.data.dateTime }}

+

{{ to_local_date this.data.dateTime }} • {{ this.data.going }} RSVPs

{{#if this.google_maps_url}} {{ this.address }} diff --git a/views/pages/widget-next-event.hbs b/views/pages/widget-next-event.hbs index b374ed8..59f75f7 100644 --- a/views/pages/widget-next-event.hbs +++ b/views/pages/widget-next-event.hbs @@ -16,7 +16,7 @@ {{ this.data.title }}