Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-30 04:30:51 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-30 04:30:51 +0300
commit78d7c5087bafc316d298ac01745579990e3dd93c (patch)
treeee26da1479870e24e1ae8080323eabb23f272d63 /app/views/groups
parent31245a40c10a556998a9923be21b9ac947232824 (diff)
Use tile avatars for user/group show pages
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/show.html.haml2
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