Commit 8674e1c2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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

parent a5933099
...@@ -85,12 +85,18 @@ ...@@ -85,12 +85,18 @@
color: #666; color: #666;
} }
.last-activity, .owner-info { .last-activity {
color: #AAA; color: #AAA;
display: block; display: block;
margin-top: 5px; margin-top: 5px;
.date, .owner { .date {
color: #777; color: #777;
} }
} }
} }
.group-row {
.arrow {
padding: 2px 5px;
}
}
...@@ -14,9 +14,6 @@ ...@@ -14,9 +14,6 @@
= truncate(group.name, length: 35) = truncate(group.name, length: 35)
%span.arrow %span.arrow
%i.icon-angle-right %i.icon-angle-right
%span.owner-info
%span Owner:
%span.owner= group.owner_name
- if groups.blank? - if groups.blank?
%li %li
%h3.nothing_here_message You have no groups yet. %h3.nothing_here_message You have no groups yet.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment