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