Sha256: aefbf2692b1721cd6014273a3f7a6e5d79a1c01e92ace670d1b3086d0d10b1c5
Contents?: true
Size: 494 Bytes
Versions: 8
Compression:
Stored size: 494 Bytes
Contents
= 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'
Version data entries
8 entries across 8 versions & 1 rubygems