From a390b02416777b045f03a286bfbb02ac369571e6 Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Fri, 24 Jan 2020 16:16:27 -0800 Subject: Converting all tabs to two-spaces --- views/eventgroup.handlebars | 216 ++++++++++++++++++++++---------------------- 1 file changed, 107 insertions(+), 109 deletions(-) (limited to 'views/eventgroup.handlebars') diff --git a/views/eventgroup.handlebars b/views/eventgroup.handlebars index dffb847..9cbc504 100755 --- a/views/eventgroup.handlebars +++ b/views/eventgroup.handlebars @@ -1,106 +1,106 @@ {{#if eventGroupHasCoverImage}} -
+
{{else}} -
+
{{/if}}
-
-

{{eventGroupData.name}}

-
- {{#if editingEnabled}} -
-
- - -
-
- {{/if}} +
+

{{eventGroupData.name}}

+
+ {{#if editingEnabled}} +
+
+ + +
+
+ {{/if}}
{{#if firstLoad}} {{/if}}
- -
+ +
{{#if editingEnabled}} -
-

To add an event to this group, copy and paste the two codes below into the 'Event Group' box when creating a new event or editing an existing event.

-
- - - - - - - - - -
Event group ID{{eventGroupData.id}}
Event group secret editing code{{eventGroupData.editToken}}
-
- -
+
+

To add an event to this group, copy and paste the two codes below into the 'Event Group' box when creating a new event or editing an existing event.

+
+ + + + + + + + + +
Event group ID{{eventGroupData.id}}
Event group secret editing code{{eventGroupData.editToken}}
+
+ +
{{/if}}
-
About
-
- {{{parsedDescription}}} -
+
About
+
+ {{{parsedDescription}}} +
Upcoming events
- {{#if upcomingEventsExist}} - {{#each events}} - {{#unless this.eventHasConcluded}} - - - {{this.name}} - {{this.displayDate}} - - {{/unless}} - {{/each}} - {{else}} -
No events!
- {{/if}} + {{#if upcomingEventsExist}} + {{#each events}} + {{#unless this.eventHasConcluded}} + + + {{this.name}} + {{this.displayDate}} + + {{/unless}} + {{/each}} + {{else}} +
No events!
+ {{/if}}
@@ -117,9 +117,9 @@
-