From 9f172af34c97a7e60310fdec51eb44062ad0960e Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 30 May 2014 15:53:06 +1000 Subject: [PATCH] Styling and layout for groups tab content --- app/views/shopping_shared/_groups.html.haml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/app/views/shopping_shared/_groups.html.haml b/app/views/shopping_shared/_groups.html.haml index e9ebb219b3..194434dcb6 100644 --- a/app/views/shopping_shared/_groups.html.haml +++ b/app/views/shopping_shared/_groups.html.haml @@ -1,5 +1,10 @@ .content - %ul - - for group in current_distributor.groups - %li - %a{href: main_app.groups_path(anchor: "#/#group#{group.id}")}= group.name + .row + .small-12.columns + %h5 + =current_distributor.name + belongs to: + %ul.ofn-list + - for group in current_distributor.groups + %li + %a{href: main_app.groups_path(anchor: "#/#group#{group.id}")}= group.name