Commit 66e10f0566a979b5ba852b2f82a94d3a4280a4e7
1 parent
47f78a2c
Exists in
master
and in
4 other branches
Fix header avatar
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/sections/header.scss
app/views/layouts/_head_panel.html.haml
@@ -37,4 +37,4 @@ | @@ -37,4 +37,4 @@ | ||
37 | %i.icon-signout | 37 | %i.icon-signout |
38 | %li | 38 | %li |
39 | = link_to current_user, class: "profile-pic" do | 39 | = link_to current_user, class: "profile-pic" do |
40 | - = image_tag(gravatar_icon(current_user.email, 26),alt: '',class: "avatar s26") | 40 | + = image_tag(gravatar_icon(current_user.email, 26), alt: '') |