From 192e3a653ade6c2802cb96db26902476ddaabdc9 Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Wed, 14 Mar 2012 10:11:46 -0300 Subject: [PATCH] Use Google Static API v3 --- app/models/location_block.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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