corrected wrong field name in the front end

This commit is contained in:
saurabhbhatia 2013-12-09 15:47:29 +08:00
parent 64e3830673
commit ba8ce81195
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<header class="header" data-role="header" style="background-image: -webkit-linear-gradient(top, #{@site.mobile_car_color.first}, #{@site.mobile_car_color.second});">
<header class="header" data-role="header" style="background-image: -webkit-linear-gradient(top, #{@site.mobile_bar_color.first}, #{@site.mobile_bar_color.second});">
<h1 class="openmenu">
<% if @site.mobile_icon.present?%>
<%= image_tag( @site.mobile_icon, :size=>"120x120") rescue '' %>