mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-26 18:56:06 -04:00
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
- if member.latitude and member.longitude
|
|
%div#membermap
|
|
%p
|
|
See other members near
|
|
= link_to member.location, place_path(member.location)
|