From b2a7e0a1d5b16f1227bc002b73ab0a877b197d74 Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 23 May 2012 20:12:17 -0400 Subject: [PATCH] oops. accidentally used trading post url for auctions. fixed --- app/views/items/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/items/show.html.haml b/app/views/items/show.html.haml index 6d388a3b..bd888e34 100644 --- a/app/views/items/show.html.haml +++ b/app/views/items/show.html.haml @@ -13,7 +13,7 @@ = link_to 'Shop Wizard', shop_wizard_url_for(@item) = link_to 'Super Wizard', super_shop_wizard_url_for(@item) = link_to 'Trades', trading_post_url_for(@item) - = link_to 'Auctions', trading_post_url_for(@item) + = link_to 'Auctions', auction_genie_url_for(@item) - if user_signed_in? #closet-hangers