From 0f5d36bcb611d83a14bb2ae87aa95cfd8adb13d7 Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 15 Nov 2010 15:40:34 -0500 Subject: [PATCH] remove hard-coded references to impress.openneo.net --- app/views/items/index.html.haml | 2 +- app/views/items/show.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/items/index.html.haml b/app/views/items/index.html.haml index b2bb7eaa..d84c66e5 100644 --- a/app/views/items/index.html.haml +++ b/app/views/items/index.html.haml @@ -6,7 +6,7 @@ Are we missing something? To add an item to our database, just [show us a pet who is wearing it][1]. That's it! - [1]: http://impress.openneo.net/ + [1]: / - else = will_paginate @items = render @items diff --git a/app/views/items/show.html.haml b/app/views/items/show.html.haml index 46e15238..e6f77c83 100644 --- a/app/views/items/show.html.haml +++ b/app/views/items/show.html.haml @@ -22,7 +22,7 @@ #item-preview-header %h3 Preview - %a#customize-more.button{:href => 'http://impress.openneo.net/'} Customize more + %a#customize-more.button{:href => '/'} Customize more #item-preview #item-preview-species= standard_species_images(@item.supported_species)