Description to groups added

This commit is contained in:
Andrew8xx8 2013-02-07 14:42:52 +04:00
parent 135418dcbf
commit 9f45e01e84
11 changed files with 83 additions and 22 deletions

View file

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