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

Version Path
rmails-0.2.1 app/views/users/_form.html.haml
rmails-0.2.0 app/views/users/_form.html.haml
rmails-0.1.6 app/views/users/_form.html.haml
rmails-0.1.5 app/views/users/_form.html.haml
rmails-0.1.4 app/views/users/_form.html.haml
rmails-0.1.3 app/views/users/_form.html.haml
rmails-0.1.2 app/views/users/_form.html.haml
rmails-0.1.1 app/views/users/_form.html.haml