mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 10:17:48 +01:00
added delete button
This commit is contained in:
parent
2ddb39e530
commit
745f600f60
2 changed files with 9 additions and 1 deletions
|
@ -91,4 +91,9 @@ body {
|
|||
|
||||
#create-group {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.j2-delete {
|
||||
color: $brand-danger;
|
||||
text-decoration: none;
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue