Skip to content

Instantly share code, notes, and snippets.

@oNguyenNgocTrung
Created February 12, 2020 09:49
Show Gist options
  • Save oNguyenNgocTrung/c2868e7045184b1cdb06540727d8acdd to your computer and use it in GitHub Desktop.
Save oNguyenNgocTrung/c2868e7045184b1cdb06540727d8acdd to your computer and use it in GitHub Desktop.
<hr class="u-my30" />
<!-- Map Preview -->
<div class="d-flex justify-content-between align-items-center">
<div class="text text-xl text-medium">
<%= image_tag "icons/map-icon.png", alt: "", class: "u-mr15" %>
Map
</div>
<a href="javascript:void(0)" onclick="toggleMapPage()" class="text-md text-normal">View Location Details</a>
</div>
<div class="route-map-page w-100 u-mt10">
<div class="googleMap container-thum" id="googleMap">
<%= render "routes/map" %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment