Sha256: bd6b626baf3b98a398f875f1054b2e601d7242925496ce76d3d137ae332caa6a

Contents?: true

Size: 389 Bytes

Versions: 3

Compression:

Stored size: 389 Bytes

Contents

<% submit_message = 'proceed' if submit_message.blank? %>

<%= simple_form_for User.new, url: parse_email_path, html: { id: 'email-input-form' }, remote: true, method: 'post' do |f| %>
  <%= f.error_notification %>

  <%= f.input :email, autofocus: true, label: 'Please enter your email address' %>
  <br />
  <%= f.button :submit, submit_message, :class => 'btn btn-primary' %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tkh_authentication-0.9.11 app/views/reception/_email_input_form.html.erb
tkh_authentication-0.9.10 app/views/reception/_email_input_form.html.erb
tkh_authentication-0.9.9 app/views/reception/_email_input_form.html.erb