diff --git a/app/models/location_block.rb b/app/models/location_block.rb index bf6f115..23c4e2c 100644 --- a/app/models/location_block.rb +++ b/app/models/location_block.rb @@ -17,10 +17,10 @@ class LocationBlock < Block if profile.lat block_title(title) + content_tag('div', - '', + profile.lng.to_s() + ',green' + '&sensor=false"/>', :class => 'the-localization-map' ) else content_tag('i', _('This profile has no geographical position registered.')) -- libgit2 0.21.2