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