Explorar el Código

Typo on key name prevented images being displayed

master
Adrian Short hace 13 años
padre
commit
38197058c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/helpers/posts_helper.rb

+ 1
- 1
app/helpers/posts_helper.rb Ver fichero

@@ -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'],


Cargando…
Cancelar
Guardar