Sha256: 843900efe497ddb29e09655fbbf673bebd807f653a2855ec4fa6338de73feb74
Contents?: true
Size: 599 Bytes
Versions: 3
Compression:
Stored size: 599 Bytes
Contents
<h1><%= t('authentication.create_account') %></h1> <%= 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 %> <%# partial in tkh_menus gem or has to be added in host app %> <%= render './shared/menus' %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tkh_authentication-0.1.2 | app/views/users/new.html.erb |
tkh_authentication-0.1.1 | app/views/users/new.html.erb |
tkh_authentication-0.1 | app/views/users/new.html.erb |