Sha256: a1d888bf553ebcf5244099c583d6a4c160d710e9875ac6895410dc13b22880d3

Contents?: true

Size: 392 Bytes

Versions: 4

Compression:

Stored size: 392 Bytes

Contents

<p>
<%= link_to "Create an account", new_identity_path %> or login below.
</p>

<%= form_tag @form_path do %>
  <div class="field">
    <%= label_tag :auth_key, "Email" %><br>
    <%= text_field_tag :auth_key %>
  </div>
  <div class="field">
    <%= label_tag :password %><br>
    <%= password_field_tag :password %>
  </div>
  <div class="actions"><%= submit_tag "Login" %></div>
<% end %>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
locomotive_sort_plugin-0.4.0 spec/dummy/app/views/sessions/new.html.erb
locomotive_sort_plugin-0.3.1 spec/dummy/app/views/sessions/new.html.erb
locomotive_page_redirect_plugin-0.1.1 spec/dummy/app/views/sessions/new.html.erb
locomotive_page_redirect_plugin-0.1.0 spec/dummy/app/views/sessions/new.html.erb