summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-21 21:26:56 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-21 21:26:56 +0300
commitf088eaa972ae3bc3beddb85adb98d185ea8a2ddc (patch)
treea641f74bbd284965d79a49a9d56c278750de4a73 /app/views
parent7fa6a23416e08fe6ac832e60e78bd6fe61f21955 (diff)
downloadgitlab-ce-f088eaa972ae3bc3beddb85adb98d185ea8a2ddc.tar.gz
Refactoring & minor css changes
Diffstat (limited to 'app/views')
-rw-r--r--app/views/team_members/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/team_members/_show.html.haml b/app/views/team_members/_show.html.haml
index f47554c1dad..2dc4fb652dd 100644
--- a/app/views/team_members/_show.html.haml
+++ b/app/views/team_members/_show.html.haml
@@ -9,7 +9,7 @@
%span.label Blocked
= link_to project_team_member_path(@project, member), title: user.name, class: "dark" do
- = image_tag gravatar_icon(user.email, 40), class: "avatar"
+ = image_tag gravatar_icon(user.email, 40), class: "avatar s32"
= link_to project_team_member_path(@project, member), title: user.name, class: "dark" do
%strong= truncate(user.name, lenght: 40)
%br