Commit 8674e1c22704e89ea030c9e38c296cae735610ee
1 parent
a5933099
Exists in
master
and in
4 other branches
Group has multiple owners so no sense to show one at dashboard list
Showing
2 changed files
with
8 additions
and
5 deletions
Show diff stats
app/assets/stylesheets/sections/dashboard.scss
@@ -85,12 +85,18 @@ | @@ -85,12 +85,18 @@ | ||
85 | color: #666; | 85 | color: #666; |
86 | } | 86 | } |
87 | 87 | ||
88 | - .last-activity, .owner-info { | 88 | + .last-activity { |
89 | color: #AAA; | 89 | color: #AAA; |
90 | display: block; | 90 | display: block; |
91 | margin-top: 5px; | 91 | margin-top: 5px; |
92 | - .date, .owner { | 92 | + .date { |
93 | color: #777; | 93 | color: #777; |
94 | } | 94 | } |
95 | } | 95 | } |
96 | } | 96 | } |
97 | + | ||
98 | +.group-row { | ||
99 | + .arrow { | ||
100 | + padding: 2px 5px; | ||
101 | + } | ||
102 | +} |
app/views/dashboard/_groups.html.haml
@@ -14,9 +14,6 @@ | @@ -14,9 +14,6 @@ | ||
14 | = truncate(group.name, length: 35) | 14 | = truncate(group.name, length: 35) |
15 | %span.arrow | 15 | %span.arrow |
16 | %i.icon-angle-right | 16 | %i.icon-angle-right |
17 | - %span.owner-info | ||
18 | - %span Owner: | ||
19 | - %span.owner= group.owner_name | ||
20 | - if groups.blank? | 17 | - if groups.blank? |
21 | %li | 18 | %li |
22 | %h3.nothing_here_message You have no groups yet. | 19 | %h3.nothing_here_message You have no groups yet. |