From 34626e03a40edf67d9b4b920d652ad7410e68a94 Mon Sep 17 00:00:00 2001 From: z9hang Date: Fri, 25 Jul 2014 13:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BB=E9=A1=B5=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=9B=BE=E7=89=87=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/welcome/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index b68bf5773..e604429ac 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -37,9 +37,9 @@
<% if get_avatar?(@first_page) %> - <%= image_tag(url_to_avatar(@first_page), size: "75x75") %> + <%= image_tag(url_to_avatar(@first_page), size: "130x75") %> <% else %> - <%= image_tag '/images/transparent.png', size: "75x75" %> + <%= image_tag '/images/transparent.png', size: "130x75" %> <% end %>