Sha256: a9e8a83fd7dcd950af4990b1559302cf4dbd3b45d8e331feb3ff993a966f8a98

Contents?: true

Size: 450 Bytes

Versions: 22

Compression:

Stored size: 450 Bytes

Contents

#venue
  %h6 Venue
  =link_to image_tag("https://maps.google.com/maps/api/staticmap?size=140x140&maptype=roadmap&markers=color:red|#{event.venue.address_as_url_query}&sensor=false&zoom=15"), "https://maps.google.com/maps?q=#{event.venue.address_as_url_query.html_safe}&z=15"
  %div
    %strong=event.venue.name
  %div=event.venue.address1
  -unless event.venue.address2.blank?
    %div=event.venue.address2
  %div=event.venue.city_state_zip_as_string

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.beta.1 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.alpha.2 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.alpha.1 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.27 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.26 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.24 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.23 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.21 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.20 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.19 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.18 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.17 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.16 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.15 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.12 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.11 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.10 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.9 app/views/store/events/_venue.html.haml
artfully_ose-1.2.0.pre.8 app/views/store/events/_venue.html.haml