From 2c08f390016028e9b69e2d58c705f42960e2f100 Mon Sep 17 00:00:00 2001 From: z9hang Date: Fri, 25 Jul 2014 14:02:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E7=AE=80?= =?UTF-8?q?=E4=BB=8B=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/welcome/index.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index e604429ac..b2bc1657e 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -34,12 +34,12 @@
微信扫码
-
+
<% if get_avatar?(@first_page) %> - <%= image_tag(url_to_avatar(@first_page), size: "130x75") %> + <%= image_tag(url_to_avatar(@first_page), size: "107x63") %> <% else %> - <%= image_tag '/images/transparent.png', size: "130x75" %> + <%= image_tag '/images/transparent.png', size: "107x63" %> <% end %>