Revisions

gist: 224470 Download_button fork
public
Public Clone URL: git://gist.github.com/224470.git
Embed All Files: show embed
app/cells/utm/next_stop_sidebar_widget.html.haml #
1
2
3
4
5
6
7
8
9
10
- content_for :head_hook do
  = google_maps_javascript_include_tag
 
%div.white
  %h3 Ultimate Tailgate Machine
  - if @utm_stop.upcoming_live_stream? || @utm_stop.upcoming?
    = single_marker_map_div @utm_stop.lat, @utm_stop.lng, @utm_stop.address, 7, :id => 'utm-sidebar-map', :url => utm_stops_path
  
  %p The Ultimate Tailgate Machine is the ultimate prize you can attain! Earn #{link_to "points", how_to_score_path} and get in the game!
  = link_to "Click here to find out where the UTM is right now!", utm_stops_path
app/layouts/application.html.haml #
1
2
3
4
5
6
%htlm
  %head
    / snip
    = yield :head_hook
  %body
     = yield