Skip to content

Commit

Permalink
[webui] Remove default size from user_icon call
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBr committed Oct 30, 2015
1 parent 28f6893 commit ac92e85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
%ul.nav.navbar-nav.navbar-right.hidden-xs
%li.dropdown
%a.dropdown-toggle{"data-toggle" => "dropdown", :href => "#", :id => "user-dropdown"}
= user_icon(User.current, 20)
= user_icon(User.current)
%b.caret
%ul.dropdown-menu
%li
Expand Down

0 comments on commit ac92e85

Please sign in to comment.