%h1= t('layout.users.new')
= form_for @user do |f|
%p
= f.label :name
= f.text_field :name
= f.label :email
= f.text_field :email
= f.submit
= link_to t('layout.users.back_to_the_list'), users_path