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-02-07 22:38:58 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-07 22:38:58 +0300
commitf228e17d39804e5cd5642e81a12df1cca19fd77d (patch)
tree1bea08a306689dfa20a917f6a2b2cab62e269dfb /app/views/groups
parent5bf33f977c16757dbf669fe2b25b09da406508dd (diff)
Add project-avatar and group-avatar css classes
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/edit.html.haml2
-rw-r--r--app/views/groups/show.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index a963c59586e..c4eb00e8925 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -12,7 +12,7 @@
.form-group
.col-sm-2
.col-sm-10
- = image_tag group_icon(@group.to_param), alt: '', class: 'avatar s160'
+ = image_tag group_icon(@group.to_param), alt: '', class: 'avatar group-avatar s160'
%p.light
- if @group.avatar?
You can change your group avatar here
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 484bebca2d8..f2e591c1939 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 avatar-tile s90"
+ = image_tag group_icon(@group.path), class: "avatar group-avatar s90"
.clearfix
%h2
= @group.name