From 8674e1c22704e89ea030c9e38c296cae735610ee Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 26 Sep 2013 10:02:18 +0300 Subject: [PATCH] Group has multiple owners so no sense to show one at dashboard list --- app/assets/stylesheets/sections/dashboard.scss | 10 ++++++++-- app/views/dashboard/_groups.html.haml | 3 --- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/sections/dashboard.scss b/app/assets/stylesheets/sections/dashboard.scss index 61331ce..3f7825d 100644 --- a/app/assets/stylesheets/sections/dashboard.scss +++ b/app/assets/stylesheets/sections/dashboard.scss @@ -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; + } +} diff --git a/app/views/dashboard/_groups.html.haml b/app/views/dashboard/_groups.html.haml index 8b32c56..b4f3866 100644 --- a/app/views/dashboard/_groups.html.haml +++ b/app/views/dashboard/_groups.html.haml @@ -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. -- libgit2 0.21.2