Skip to content

Instantly share code, notes, and snippets.

@ericraio
Created March 21, 2012 17:32
Show Gist options
  • Save ericraio/2149920 to your computer and use it in GitHub Desktop.
Save ericraio/2149920 to your computer and use it in GitHub Desktop.
-# Generate popup windows
#locations{:style => 'display: none'}
- for location in @locations
%div[location]
%div{:style => 'width: 350px'}
- if location.photo?
%img{:src => location.photo.url(:thumb), :style => "float: left; padding: 5px;"}
= link_to(location.product.name, { :controller => 'products', :action => 'show', :id => location.product })
%br/
%strong= location.name
%br/
= location.address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment