Description to groups added
This commit is contained in:
parent
135418dcbf
commit
9f45e01e84
11 changed files with 83 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
.ui-box
|
||||
.groups_box
|
||||
%h5.title
|
||||
Groups
|
||||
%small
|
||||
|
@ -13,6 +13,8 @@
|
|||
%li
|
||||
= link_to group_path(id: group.path), class: dom_class(group) do
|
||||
%strong.well-title= truncate(group.name, length: 35)
|
||||
%span.pull-right.light
|
||||
- if group.owner == current_user
|
||||
%i.icon-wrench
|
||||
%span.edit.light
|
||||
- if group.owner == current_user
|
||||
%i.icon-wrench
|
||||
%span.description
|
||||
%strong= group.description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue