Sha256: 18e4292dc8709417236722754d91a94cadaa328cbf947dc30915df8c6ea740c6

Contents?: true

Size: 451 Bytes

Versions: 5

Compression:

Stored size: 451 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 :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

5 entries across 5 versions & 1 rubygems

Version Path
tkh_authentication-0.1.8 app/views/users/_form.html.erb
tkh_authentication-0.1.7 app/views/users/_form.html.erb
tkh_authentication-0.1.6 app/views/users/_form.html.erb
tkh_authentication-0.1.5 app/views/users/_form.html.erb
tkh_authentication-0.1.3 app/views/users/_form.html.erb