summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_groups.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/_groups.html.haml')
-rw-r--r--app/views/dashboard/_groups.html.haml11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/views/dashboard/_groups.html.haml b/app/views/dashboard/_groups.html.haml
index 89158f4d166..3124d76aa7f 100644
--- a/app/views/dashboard/_groups.html.haml
+++ b/app/views/dashboard/_groups.html.haml
@@ -12,10 +12,13 @@
- groups.each do |group|
%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
+ %strong.well-title
+ = truncate(group.name, length: 35)
+ %span.arrow
+ →
+ %span.last_activity
+ %strong Owner:
+ %span= group.owner_name
- if groups.blank?
%li
%h3.nothing_here_message You have no groups yet.