diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-29 17:30:51 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-29 17:30:51 -0800 |
commit | 78d7c5087bafc316d298ac01745579990e3dd93c (patch) | |
tree | ee26da1479870e24e1ae8080323eabb23f272d63 /app/views/groups/show.html.haml | |
parent | 31245a40c10a556998a9923be21b9ac947232824 (diff) | |
download | gitlab-ce-78d7c5087bafc316d298ac01745579990e3dd93c.tar.gz |
Use tile avatars for user/group show pages
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r-- | app/views/groups/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 81f0e1dd2d8..484bebca2d8 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -1,6 +1,6 @@ .dashboard %div - = image_tag group_icon(@group.path), class: "avatar s90" + = image_tag group_icon(@group.path), class: "avatar avatar-tile s90" .clearfix %h2 = @group.name |