diff --git a/views/app/party.html b/views/app/party.html index aa632630b7..819bdcbbaf 100644 --- a/views/app/party.html +++ b/views/app/party.html @@ -1,43 +1,43 @@ {#if _user.party.current} -

{_party.name}

- - {#each _partyMembers as :member} - - {/} -
{username(:member.auth)}({:member.id})
-
- {#if _view.partyError} -
{_view.partyError}
- {/} -
- - -
-
- Leave +

{_party.name}

+ + {#each _partyMembers as :member} + + {/} +
{username(:member.auth)}({:member.id})
+
+ {#if _view.partyError} +
{_view.partyError}
+ {/} +
+ + +
+
+ Leave {else if _user.party.invitation} -

You're Invited To {_party.name}

- Accept - Reject +

You're Invited To {_party.name}

+ Accept + Reject {else} -

Create A Party

- -

You are not in a party. You can either create one and invite friends, or if you want to join an existing party, have them enter:

-
{_user.id}
-
- {#if _view.partyError} -
{_view.partyError}
- {/} -
- - -
-
+

Create A Party

+ +

You are not in a party. You can either create one and invite friends, or if you want to join an existing party, have them enter:

+
{_user.id}
+
+ {#if _view.partyError} +
{_view.partyError}
+ {/} +
+ + +
+
{/} <@footer> diff --git a/views/app/settings.html b/views/app/settings.html index aa1cd71744..52ec58dcb9 100644 --- a/views/app/settings.html +++ b/views/app/settings.html @@ -135,18 +135,18 @@
- {#unless _loggedIn} - - {else} - - {/} + {{#unless _loggedIn}} + + {{else}} + + {{/}}