Refactoring & minor css changes

This commit is contained in:
randx 2012-08-21 21:26:56 +03:00
parent 7fa6a23416
commit f088eaa972
6 changed files with 21 additions and 4 deletions

View file

@ -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