added delete button

This commit is contained in:
Andreas N 2015-01-17 18:42:56 +01:00
parent 2ddb39e530
commit 745f600f60
2 changed files with 9 additions and 1 deletions

View file

@ -91,4 +91,9 @@ body {
#create-group {
margin-top: 5px;
}
.j2-delete {
color: $brand-danger;
text-decoration: none;
}

View file

@ -6,4 +6,7 @@
.list-group-item-heading= group.display_name
.list-group-item-text.text-muted.j2-up
%span{id: "#{group.name}-members"}= group.members.count
members
members ·
%a.j2-delete{href: "#", id: "#{group.name}-delete"}
%i.fa.fa-close
Delete