Skip to content

Commit

Permalink
[MODIFY] Add google maps link
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsahu2k committed Mar 21, 2021
1 parent 713a5b9 commit cead477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/users/acceptSOS.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</div>
<!-- End of Modal Content -->
<div style="margin-top: 1rem; display: none;" class="hello">
<p>Location of Requester: <strong></strong></p>
<p>Location of Requester: <strong><a target="_blank" href="https://www.google.com/maps/search/<%=request.sourceLocation.lat%>,<%=request.sourceLocation.long%>">Click here to view requester's location</a></strong></p>
<p>Contact Number of Requester: <strong><%= request.handler.contact %></strong></p>
</div>
</div>
Expand Down

0 comments on commit cead477

Please sign in to comment.