From c8c0b5c8a2e600f1960aacbaa94b0710e0d2e750 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Thu, 18 Nov 2010 14:27:44 -0800 Subject: [PATCH] made the service image the same size --- app/views/shared/_publisher.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index 3e2fd0025..f196a5f7b 100644 --- a/app/views/shared/_publisher.haml +++ b/app/views/shared/_publisher.haml @@ -44,7 +44,7 @@ = image_tag("social_media_logos/feed-16x16.png") - if current_user.services - for service in current_user.services - = image_tag("social_media_logos/#{service.provider}-24x24.png") + = image_tag("social_media_logos/#{service.provider}-16x16.png") = link_to '(?)', "#question_mark_pane", :class => 'question_mark', :style=>"display:none;"