<% content_for :javascript_includes do %> <%= javascript_include_tag "lightgallery", "lg-video", "lg-hash", "lg-pager", "jquery.mousewheel.min" %> <%= stylesheet_link_tag "lightgallery" %> <% end %>

AEON MALL Jakarta Garden City

<%= image_tag "main_building.jpg", class: "img-fluid" %>
<%= raw(@mall_desc_header.content) %>
<% @tenants.each_with_index do |tenant, x| %>
<% if x%2 == 0 %>
<%= tenant.name %>
<%= raw(tenant.description) %>
<%= image_tag tenant.image('thumb'), class: "img-fluid" %>
<% tenant.galleries.each do |img| %>
<% end %>
<% else %>
<%= image_tag tenant.image('thumb'), class: "img-fluid" %>
<% tenant.galleries.each do |img| %>
<% end %>
<%= tenant.name %>
<%= raw(tenant.description) %>
<% end %>
<% end %>