Sha256: 2b5708cbcc7c0ccfc8981823d741f6ae73561bf16dd72d28a6ac7ed0d848df7a

Contents?: true

Size: 425 Bytes

Versions: 6

Compression:

Stored size: 425 Bytes

Contents

= content_for :head do
  = javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false"
#venues
  %h1
    = @venue.name
    
  %p
    = @venue.address.to_html
    
#events
  %h2.quiet
    = t(:future_events)
  
  = render :partial => "droom/events/events"
    
#marginalia
  - cssclass = admin? ? "small editable" : "small"
  #map{:"data-url" => venue_url(@venue), :class => cssclass}
  %p
    = @venue.address
  

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
droom-0.5.3 app/views/droom/venues/show.html.haml
droom-0.4.3 app/views/droom/venues/show.html.haml
droom-0.4.2 app/views/droom/venues/show.html.haml
droom-0.4.1 app/views/droom/venues/show.html.haml
droom-0.2.1 app/views/droom/venues/show.html.haml
droom-0.0.1 app/views/droom/venues/show.html.haml