impress/app/views/neopets_users/new.html.haml

12 lines
327 B
Text
Raw Normal View History

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
2012-12-30 11:25:30 -08:00
= f.submit t('.submit')
2011-08-03 08:35:06 -07:00