aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/_base.html.haml
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2014-03-09 00:53:28 +0900
committerRhenium <rhenium@rhe.jp>2014-03-09 00:53:28 +0900
commita0103c39c4d59d91371d498ad43365a395c4d2d0 (patch)
tree3de293289f8c732f570d6e55ed48f2cbbddbaafb /app/views/layouts/_base.html.haml
parentba2025a9b59c53abdce764bedb976545af3108ad (diff)
downloadaclog-a0103c39c4d59d91371d498ad43365a395c4d2d0.tar.gz
show user's icon in jump_to_user suggestions
Diffstat (limited to 'app/views/layouts/_base.html.haml')
-rw-r--r--app/views/layouts/_base.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_base.html.haml b/app/views/layouts/_base.html.haml
index 9d363e5..3186151 100644
--- a/app/views/layouts/_base.html.haml
+++ b/app/views/layouts/_base.html.haml
@@ -42,7 +42,7 @@
- if logged_in?
%li.dropdown
%a.dropdown-toggle{href: "#", data: { toggle: "dropdown" }}<
- %img{src: current_user.profile_image_url_mini, alt: "@" + current_user.screen_name, height: "24", width: "24"}
+ %img.twitter-icon{src: current_user.profile_image_url_mini, alt: "@" + current_user.screen_name}
%span.caret/
%ul.dropdown-menu
%li= link_to "Best", user_path(current_user.screen_name)