diff --git a/app/helpers/posts_helper.rb b/app/helpers/posts_helper.rb index 8325f46..3e77a72 100644 --- a/app/helpers/posts_helper.rb +++ b/app/helpers/posts_helper.rb @@ -6,15 +6,15 @@ module PostsHelper :imageURL => "%s%s/assets/layar-icons/tal-logo-100.png" % [ request.protocol, request.env['HTTP_HOST'] ], :anchor => { :geolocation => { - :lat => post.loc['lat'], - :lon => post.loc['lng'], + :lat => post.lat, + :lon => post.lon, :alt => 0 } }, :text => { :title => decode_entities(post.title), :description => clean_description(post.summary), - :footnote => "From #{post.feed.title}" + :footnote => "From #{post.feed_title}" }, :actions => [ {