瀏覽代碼

Typo on key name prevented images being displayed

master
Adrian Short 12 年之前
父節點
當前提交
38197058c0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app/helpers/posts_helper.rb

+ 1
- 1
app/helpers/posts_helper.rb 查看文件

@@ -3,7 +3,7 @@ module PostsHelper
# http://layar.com/documentation/browser/api/getpois-response/
{
:id => post._id,
:imageUrl => "%s%s/assets/layar-icons/tal-logo-100.png" % [ request.protocol, request.env['HTTP_HOST'] ],
:imageURL => "%s%s/assets/layar-icons/tal-logo-100.png" % [ request.protocol, request.env['HTTP_HOST'] ],
:anchor => {
:geolocation => {
:lat => post.loc['lat'],


Loading…
取消
儲存