Style the workshop event page
Closed this issue ยท 2 comments
Malwine commented
Malwine commented
Map:
get coordinates from adress
gem 'geocoder'
https://github.com/alexreisner/geocoder
Here is some haml code how we use it at rorganize.it
.col-md-4
#group-map
- if @group.address?
#map{data: {latitude: @group.latitude, longitude: @group.longitude}}
- else
= image_tag('follow_your_dreams.gif')