Sha256: 9e46a7310fdf7180833cbe110b4e3a251a132999faff22b42e1c177f2442939b

Contents?: true

Size: 483 Bytes

Versions: 10

Compression:

Stored size: 483 Bytes

Contents

<%= simple_form_for user, :html => { class: 'form-horizontal' } do |f| %>
  <%= f.error_notification %>

  <div class="form-inputs">
    <%= f.input :email %>
		<%= f.input :first_name %>
		<%= f.input :last_name %>
    <%= f.input :other_name %>
    <%= f.input :password %>
		<%= f.input :password_confirmation, required: true %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, t('authentication.create_account'), :class => 'btn btn-primary' %>
  </div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tkh_authentication-0.9.6 app/views/users/_form.html.erb
tkh_authentication-0.9.5 app/views/users/_form.html.erb
tkh_authentication-0.9.4 app/views/users/_form.html.erb
tkh_authentication-0.9.3 app/views/users/_form.html.erb
tkh_authentication-0.1.11 app/views/users/_form.html.erb
tkh_authentication-0.1.10 app/views/users/_form.html.erb
tkh_authentication-0.1.9 app/views/users/_form.html.erb
tkh_authentication-0.9.2 app/views/users/_form.html.erb
tkh_authentication-0.9.1 app/views/users/_form.html.erb
tkh_authentication-0.9 app/views/users/_form.html.erb