Skip to content

Commit

Permalink
Fix header avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Jul 2, 2013
1 parent 47f78a2 commit 66e10f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/stylesheets/sections/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ header {
top: -4px;
img {
width: 26px;
height: 26px;
@include border-radius(4px);
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_head_panel.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '')

0 comments on commit 66e10f0

Please sign in to comment.