= simple_form_for virtual_user, :url => domain_users_path(@domain||'{domain_id}'), :method => :post do |f| = f.input :name, :label => t('.name') = f.input :email, :label => t('.email') = f.input :password, :label => t('.password') = f.input :password_confirmation, :label => t('.password_confirmation') .actions = f.button :button, t('.create'), :type => 'submit', :class => 'btn-primary right' = f.button :button, t('.reset'), :type => 'reset', :class => 'left'