Sha256: 80c2b96b174926ce1bb2f354eed852a9b57e09f6bba3656d625a5d911d0d72e5

Contents?: true

Size: 408 Bytes

Versions: 13

Compression:

Stored size: 408 Bytes

Contents

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

    <%= f.input :email %>
		<%= f.input :first_name %>
		<%= f.input :last_name %>
    <%= f.input :other_name %>
    <%= f.input :password %>
		<%= f.input :password_confirmation, required: true %>

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tkh_authentication-0.9.17.2 app/views/users/_form.html.erb
tkh_authentication-0.9.17.1 app/views/users/_form.html.erb
tkh_authentication-0.9.17 app/views/users/_form.html.erb
tkh_authentication-0.9.16 app/views/users/_form.html.erb
tkh_authentication-0.9.15 app/views/users/_form.html.erb
tkh_authentication-0.9.14 app/views/users/_form.html.erb
tkh_authentication-0.9.13 app/views/users/_form.html.erb
tkh_authentication-0.9.12 app/views/users/_form.html.erb
tkh_authentication-0.9.11 app/views/users/_form.html.erb
tkh_authentication-0.9.10 app/views/users/_form.html.erb
tkh_authentication-0.9.9 app/views/users/_form.html.erb
tkh_authentication-0.9.8 app/views/users/_form.html.erb
tkh_authentication-0.9.7 app/views/users/_form.html.erb