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/event.handlebars | 748 ++++++++++++++++++++++++------------------------- 1 file changed, 374 insertions(+), 374 deletions(-) (limited to 'views/event.handlebars') diff --git a/views/event.handlebars b/views/event.handlebars index 52a68bc..c931bb6 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -1,77 +1,77 @@ {{#if eventHasCoverImage}} -
+
{{else}} -
+
{{/if}}
-
-

{{eventData.name}}

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

{{eventData.name}}

+
+ {{#if editingEnabled}} +
+
+ + +
+
+ {{/if}}
-
-
-
- +
+
+ +
{{#if eventHasConcluded}} @@ -112,47 +112,47 @@ {{/if}} {{#if firstLoad}} {{/if}}
-
About
-
- {{{parsedDescription}}} -
+
About
+
+ {{{parsedDescription}}} +
{{#if eventData.usersCanAttend}}
-
Attendees {{#if eventAttendees}}({{eventAttendees.length}}){{/if}} -
- {{#unless noMoreSpots}} - - {{/unless}} - -
-
-
- {{#if eventData.maxAttendees}} - {{#if noMoreSpots}} -
This event is at capacity.
- {{else}} -
{{spotsRemaining}} {{plural spotsRemaining "spot(s)"}} remaining - add yourself now!
- {{/if}} - {{/if}} - {{#if eventAttendees}} -
    - {{#each eventAttendees}} - {{#if this.email}}{{this.name}}{{else}}{{this.name}}{{/if}}{{#if ../editingEnabled}} {{/if}} - {{/each}} -
- {{else}} -

No attendees yet!

- {{/if}} -
+
Attendees {{#if eventAttendees}}({{eventAttendees.length}}){{/if}} +
+ {{#unless noMoreSpots}} + + {{/unless}} + +
+
+
+ {{#if eventData.maxAttendees}} + {{#if noMoreSpots}} +
This event is at capacity.
+ {{else}} +
{{spotsRemaining}} {{plural spotsRemaining "spot(s)"}} remaining - add yourself now!
+ {{/if}} + {{/if}} + {{#if eventAttendees}} +
    + {{#each eventAttendees}} + {{#if this.email}}{{this.name}}{{else}}{{this.name}}{{/if}}{{#if ../editingEnabled}} {{/if}} + {{/each}} +
+ {{else}} +

No attendees yet!

+ {{/if}} +
- + - - {{#if editingEnabled}} -
- {{/if}} + {{#if editingEnabled}} + + {{/if}} {{/if}} {{#if eventData.usersCanComment}}
-
Discussion
-
-
-
- -
-
-
- -
- -
-
-
-
- {{#if eventData.comments}} -
-
- {{#each eventData.comments}} -
-
-
+
Discussion
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+ {{#if eventData.comments}} +
+
+ {{#each eventData.comments}} +
+
+
{{#if this.actorId}}

{{this.author}} {{this.timestamp}}

{{else}}

{{this.author}} {{this.timestamp}}

{{/if}} -

{{this.content}}

- {{#if this.replies}} -
-
- {{#each this.replies}} -

{{this.author}} {{this.timestamp}}

-

{{this.content}}

- {{/each}} -
- {{/if}} -
- -
-
-
-
-
- -
-
-
- -
- -
-
-
-
-
-
-
- {{/each}} -
- {{/if}} -
+

{{this.content}}

+ {{#if this.replies}} +
+
+ {{#each this.replies}} +

{{this.author}} {{this.timestamp}}

+

{{this.content}}

+ {{/each}} +
+ {{/if}} +
+ +
+
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+ {{/each}} +
+ {{/if}} +
{{/if}} @@ -339,8 +339,8 @@
-