Guest User

Untitled

a guest
Jun 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <%= content_for :title, "Localism" %>
  2.  
  3. <h2>Where do your interests lie?</h2>
  4. <%= render :partial => "facets", :locals => {:facets => @blurbs.facets, :name => 'neighborhood_tags'} %>
  5.  
  6. <br/>
  7.  
  8. <h2>What are you looking for?</h2>
  9. <%= render :partial => "facets", :locals => {:facets => @blurbs.facets, :name => 'type_tags'} %>
Add Comment
Please, Sign In to add comment