Skip to content

Instantly share code, notes, and snippets.

@jcstringer
Created June 21, 2011 23:03
Show Gist options
  • Save jcstringer/1039185 to your computer and use it in GitHub Desktop.
Save jcstringer/1039185 to your computer and use it in GitHub Desktop.
%figure
= mobile_store_photo_image_tag(@store)
.contact
.nav_aid.adr.centered.vcard
<<<<<<< HEAD
%h1.nav_aid
=@store.keyword_text.titleize
in
=@store.city
=======
>>>>>>> development
%span{:class => 'street'}
= @store.street
%br
%span{:class => "locality"}
= @store.city
,
%abbr{:class => "region", :title => "#{State.full_name(@store.state)}"}
= @store.state
%span{:class => "postal-code"}
= @store.zip
%ul.facility_contact.clearfix
%li.facility_contact
= link_to 'Map', {}, :href => "http://maps.google.com/maps?z=#{@store.magnification}&q=#{@store.street},+#{@store.city},+#{@store.state}+(#{@store.branded_name})"
%li.facility_contact
= @store.web_phone
- if @store.special
.special.centered
%h2
= @store.special_text
.spacer
= render :partial => "content/facility/prices_#{@client.industry.name.to_slug}", :locals => {:limit => 3, :cache_action => 'prices_mobile_with_limit'} if @store.has_mobile_premium?
<<<<<<< HEAD
=======
= render :partial => 'content/facility/hours'
= render :partial => 'content/facility/features'
.contact
%h3.nav_aid.centered
=@store.keyword_text.titleize
in
=@store.city
.nav_aid.adr.centered.vcard
=@store.branded_name.titleize
%br
%span{:class => 'street'}
= @store.street
%br
%span{:class => "locality"}
= @store.city
,
%abbr{:class => "region", :title => "#{State.full_name(@store.state)}"}
= @store.state
%span{:class => "postal-code"}
= @store.zip
>>>>>>> development
= render 'content/facility/menu'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment