Sha256: 53a030b96aaf95258626987076f682753a1e5e2a438fbd303a327cde8e32eab6

Contents?: true

Size: 405 Bytes

Versions: 12

Compression:

Stored size: 405 Bytes

Contents

<%= simple_form_for @user 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 %>
  </div>

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tkh_authentication-0.0.12 app/views/users/new.html.erb
tkh_authentication-0.0.11 app/views/users/new.html.erb
tkh_authentication-0.0.10 app/views/users/new.html.erb
tkh_authentication-0.0.9 app/views/users/new.html.erb
tkh_authentication-0.0.8 app/views/users/new.html.erb
tkh_authentication-0.0.7 app/views/users/new.html.erb
tkh_authentication-0.0.6 app/views/users/new.html.erb
tkh_authentication-0.0.5 app/views/users/new.html.erb
tkh_authentication-0.0.4 app/views/users/new.html.erb
tkh_authentication-0.0.3 app/views/users/new.html.erb
tkh_authentication-0.0.2 app/views/users/new.html.erb
tkh_authentication-0.0.1 app/views/users/new.html.erb