Styling and layout for groups tab content

This commit is contained in:
summerscope
2014-05-30 15:53:06 +10:00
parent 87d58b639d
commit 9f172af34c

View File

@@ -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