From 64e3830673e115b5d4582fec91b12b7f0a2cb665 Mon Sep 17 00:00:00 2001 From: saurabhbhatia Date: Mon, 9 Dec 2013 15:43:20 +0800 Subject: [PATCH] frontend with mobile bar color --- app/views/mobile/_header.mobile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/mobile/_header.mobile.erb b/app/views/mobile/_header.mobile.erb index c874c196..33f3204a 100644 --- a/app/views/mobile/_header.mobile.erb +++ b/app/views/mobile/_header.mobile.erb @@ -1,4 +1,4 @@ -
+

<% if @site.mobile_icon.present?%> <%= image_tag( @site.mobile_icon, :size=>"120x120") rescue '' %>