corrected wrong field name in the front end
This commit is contained in:
parent
64e3830673
commit
ba8ce81195
|
@ -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">
|
<h1 class="openmenu">
|
||||||
<% if @site.mobile_icon.present?%>
|
<% if @site.mobile_icon.present?%>
|
||||||
<%= image_tag( @site.mobile_icon, :size=>"120x120") rescue '' %>
|
<%= image_tag( @site.mobile_icon, :size=>"120x120") rescue '' %>
|
||||||
|
|
Loading…
Reference in New Issue