From 8ad2bf56870a0b6b86d56baaf838cf2a3d3f3704 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Wed, 29 May 2013 22:55:20 +0100 Subject: [PATCH] groups: don't show websites twice when editing --- views/app/groups.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/views/app/groups.html b/views/app/groups.html index 6b1ed5c40c..281cf1a846 100644 --- a/views/app/groups.html +++ b/views/app/groups.html @@ -117,14 +117,14 @@ - {#if @group.websites} -

Resources

- {/} + {#if @group.websites} +

Resources

+ {/} {else} {#if @group.logo}{/} @@ -133,14 +133,14 @@ {{/}}

{@group.name}

{@group.description}
- {/} - {#if @group.websites} -

Resources

- {/}