Sha256: 2cb76e2ca7daebc5cc222736e2713f05cf955e743d6c5025bd0adb2d8186df01

Contents?: true

Size: 519 Bytes

Versions: 2

Compression:

Stored size: 519 Bytes

Contents

<div id="authenticate" class="sign-up">
  <h2><%= t(".title") %></h2>

  <%= form_for @user do |form| %>

      <div class="field">
        <%= form.label :email %>
        <%= form.text_field :email, type: 'email' %>
      </div>

      <div class="field">
        <%= form.label :password %>
        <%= form.password_field :password %>
      </div>

    <div class="actions">
      <%= form.submit %>
    </div>

    <div class="links">
      <%= link_to t(".sign_in"), sign_in_path %>
    </div>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
authenticate-0.2.1 app/views/users/new.html.erb
authenticate-0.2.0 app/views/users/new.html.erb