Commit 66e10f05 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix header avatar

parent 47f78a2c
......@@ -77,6 +77,7 @@ header {
top: -4px;
img {
width: 26px;
height: 26px;
@include border-radius(4px);
}
}
......
......@@ -37,4 +37,4 @@
%i.icon-signout
%li
= link_to current_user, class: "profile-pic" do
= image_tag(gravatar_icon(current_user.email, 26),alt: '',class: "avatar s26")
= image_tag(gravatar_icon(current_user.email, 26), alt: '')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment