From d858f33083fba5d9cf9b8f20de38a283c6f6c64c Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 22 Jun 2013 16:42:38 -0700 Subject: [PATCH] noscript warning on closet_hangers#index --- app/views/closet_hangers/index.html.haml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/views/closet_hangers/index.html.haml b/app/views/closet_hangers/index.html.haml index 655e0c84..a655c9ee 100644 --- a/app/views/closet_hangers/index.html.haml +++ b/app/views/closet_hangers/index.html.haml @@ -32,6 +32,14 @@ %span#cancel-contact-link= t('.neopets_username.cancel') - unless public_perspective? + %noscript + %p.warning + Managing your items is a lot easier with Javascript. With Javascript + disabled, you'll have to click each item you want to manage, update the + quantities for each list on the item page, and refresh this page + manually once you want to see your changes. It still works, but consider + enabling Javascript to make your life easier. + = render :partial => 'help', :locals => {:user => @user} #closet-hangers-extras