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

WELCOME TO JAKARTA, INDONESIA!

Here’s a list of recommended places you can visit while you’re here:
<% @places.each do |place| %>
<%= image_tag place.get_image(:large), class: "img-fluid" %>
<%= place.name %>
<%= raw(place.description) %>
Address :
<%= raw(place.address) %>
<% unless place.url.nil? %>
Website :
<%= link_to place.url, "http://#{place.url}", target: "_blank" %>
<% end %>
<% end %>