Sha256: df736b9c0acbb4229c74725d57d7c64d6032ee5a05c4ba0d3dd85076e47e2eee

Contents?: true

Size: 415 Bytes

Versions: 11

Compression:

Stored size: 415 Bytes

Contents

#mapempty.widget.widget-map.thumbnail

= content_for :javascript do
  :coffee
    $ ->
      imageUrl = GMaps.staticMapURL(
        size: [640, 640]
        scale: 2
        format: 'jpg-baseline'
        lat: 13.701291
        lng: -89.224423
        markers: [
          lat: 13.701291
          lng: -89.224423
        ]
      )

      $("#mapempty").css('background-image', 'url(' + imageUrl + ')') if imageUrl

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
quadro-0.6.1 app/views/quadro/widgets/map/_empty.html.haml
quadro-0.6.0 app/views/quadro/widgets/map/_empty.html.haml
quadro-0.5.8 app/views/quadro/widgets/map/_empty.html.haml
quadro-0.5.7 app/views/quadro/widgets/map/_empty.html.haml
quadro-0.5.6 app/views/quadro/widgets/map/_empty.html.haml
quadro-0.5.5 app/views/quadro/widgets/map/_empty.html.haml
quadro-0.5.4 app/views/quadro/widgets/map/_empty.html.haml
quadro-0.5.3 app/views/quadro/widgets/map/_empty.html.haml
quadro-0.5.2 app/views/quadro/widgets/map/_empty.html.haml
quadro-0.5.1 app/views/quadro/widgets/map/_empty.html.haml
quadro-0.5.0 app/views/quadro/widgets/map/_empty.html.haml