2012-12-30 11:25:30 -08:00
|
|
|
- title t('.title')
|
2011-08-03 08:35:06 -07:00
|
|
|
- secondary_nav do
|
2012-12-30 11:25:30 -08:00
|
|
|
= link_to t('.your_items_link'), user_closet_hangers_path(current_user), :class => 'button'
|
2011-08-03 08:35:06 -07:00
|
|
|
|
|
|
|
= form_for @neopets_user, :html => {:id => 'neopets-user-form'} do |f|
|
2012-12-30 11:25:30 -08:00
|
|
|
%p= t '.explanation'
|
2011-08-03 08:35:06 -07:00
|
|
|
|
2012-12-30 11:25:30 -08:00
|
|
|
= f.label :username, t('.username_label')
|
2011-08-03 08:35:06 -07:00
|
|
|
= f.text_field :username
|
2013-08-17 09:07:04 -07:00
|
|
|
= f.select :list_id, neopets_page_list_options(current_user)
|
2012-12-30 11:25:30 -08:00
|
|
|
= f.submit t('.submit')
|
2011-08-03 08:35:06 -07:00
|
|
|
|