From f91427b112020147eaf56fb2482b042cce9fa5c4 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Mon, 3 Jun 2013 14:36:11 -0400 Subject: [PATCH] groups: small html modifications --- views/app/groups.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/views/app/groups.html b/views/app/groups.html index 7e5ae23f2e..c88a71ebb0 100644 --- a/views/app/groups.html +++ b/views/app/groups.html @@ -6,18 +6,17 @@
- {#if _party.id} + {#if _party.id} {else if _user.invitations.party} - -

You're Invited To {_user.invitations.party.name}

- {#with _user.invitations.party} - Accept - Reject + + {#with _user.invitations.party as :party} +

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}