- Items for Sale by Private Treaty <% for category in @categories -%> <% if category.items.count > 0 && (category.name != 'Vintage Automobiles' && category.name != 'Farms/Acreage') -%>
- <%= link_to category.name, category_items_path(category) %> <% end -%> <% end -%>
- <%= link_to_unless_current 'Farms/Acreage', category_items_path(Category.find_by_name('Farms and acreage')) %>
- <%= link_to_unless_current 'Vintage Automobiles for Sale', category_items_path(Category.find_by_name('Vintage Automobiles')) %>
- <%= link_to 'Bidder Registration', '/contact-us/' %>
7444 North Hwy 27
P.O. Box One
Rock Spring, GA 30739
706.764.1224 phone
800.601.2888 toll free
<%= yield %>
-
<% unless params['controller'] == "welcome" %>
- <%= link_to 'Home', '/' %> <% end %>
- <%= link_to_unless_current 'About Potts Auction', '/about-potts-auction/' %>
- <%= link_to_unless_current 'Our Services', '/potts-auction-services/' %>
- <%= link_to_unless_current 'Contact Us', '/contact-us/' %>