From aad4162be83486553b08dacf556814f4108a2a81 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 6 Oct 2023 14:16:39 +0100 Subject: Set up Cypress --- views/event.handlebars | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'views/event.handlebars') diff --git a/views/event.handlebars b/views/event.handlebars index 6694ea2..1576647 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -40,7 +40,7 @@ {{#if eventHasHost}} -
  • +
  • @@ -118,7 +118,7 @@

    Welcome to your event!

    -

    Your secret editing password for this event is: {{eventData.editToken}}. It's been saved in your browser storage, and if you supplied your email, it's also been sent to you. If you didn't supply your email, you must save it somewhere safe, because it won't be shown again!

    +

    Your secret editing password for this event is: {{eventData.editToken}}. It's been saved in your browser storage, and if you supplied your email, it's also been sent to you. If you didn't supply your email, you must save it somewhere safe, because it won't be shown again!

    To share your event, use the link you can see just above this message - that way your attendees won't be able to edit or delete your event!

    {{/if}} @@ -136,15 +136,15 @@ {{#unless noMoreSpots}} {{/unless}} - +
    {{#if eventData.maxAttendees}} {{#if noMoreSpots}} -
    This event is at capacity.
    +
    This event is at capacity.
    {{else}} -
    {{spotsRemaining}} {{plural spotsRemaining "spot(s)"}} remaining - add yourself now!
    +
    {{spotsRemaining}} {{plural spotsRemaining "spot(s)"}} remaining - add yourself now!
    {{/if}} {{/if}} {{#if eventAttendees}} -- cgit v1.2.3