Group has multiple owners so no sense to show one at dashboard list

This commit is contained in:
Dmitriy Zaporozhets 2013-09-26 10:02:18 +03:00
parent a59330998e
commit 8674e1c227
2 changed files with 8 additions and 5 deletions

View File

@ -85,12 +85,18 @@
color: #666;
}
.last-activity, .owner-info {
.last-activity {
color: #AAA;
display: block;
margin-top: 5px;
.date, .owner {
.date {
color: #777;
}
}
}
.group-row {
.arrow {
padding: 2px 5px;
}
}

View File

@ -14,9 +14,6 @@
= truncate(group.name, length: 35)
%span.arrow
%i.icon-angle-right
%span.owner-info
%span Owner:
%span.owner= group.owner_name
- if groups.blank?
%li
%h3.nothing_here_message You have no groups yet.