Sha256: 668f467872dcf10193da9ea7a1620fbc68bb42e988dee9a1aae4426f199f3020

Contents?: true

Size: 699 Bytes

Versions: 16

Compression:

Stored size: 699 Bytes

Contents

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

  <%= form_for :session, url: session_path 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">
        <% if Authenticate.configuration.allow_sign_up? %>
            <%= link_to t(".sign_up"), sign_up_path %>
        <% end %>
        <%= link_to t(".forgot_password"), new_password_path %>
      </div>
  <% end %>

</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
authenticate-0.7.3 app/views/sessions/new.html.erb
authenticate-0.7.2 app/views/sessions/new.html.erb
authenticate-0.7.1 app/views/sessions/new.html.erb
authenticate-0.7.0 app/views/sessions/new.html.erb
authenticate-0.6.1 app/views/sessions/new.html.erb
authenticate-0.6.0 app/views/sessions/new.html.erb
authenticate-0.5.0 app/views/sessions/new.html.erb
authenticate-0.4.0 app/views/sessions/new.html.erb
authenticate-0.3.3 app/views/sessions/new.html.erb
authenticate-0.3.2 app/views/sessions/new.html.erb
authenticate-0.3.1 app/views/sessions/new.html.erb
authenticate-0.3.0 app/views/sessions/new.html.erb
authenticate-0.2.3 app/views/sessions/new.html.erb
authenticate-0.2.2 app/views/sessions/new.html.erb
authenticate-0.2.1 app/views/sessions/new.html.erb
authenticate-0.2.0 app/views/sessions/new.html.erb