-
-
Save oNguyenNgocTrung/c2868e7045184b1cdb06540727d8acdd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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