Sha256: cf12907d96dc1fa6fb48640e224114b34c6c5a6db5e1258e842e452ed3e083a8

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 Bytes

Contents

<% form_tag '/login' do %>
  <table>
    <tr>
      <td><%= t("Email") %>: </td>
      <td>
        <%= text_field_tag 'email' %>
      </td>
    </tr>
    <tr>
      <td><%= t("Password") %>:</td>
      <td>
        <%= password_field_tag 'password' %>
      </td>
    </tr>
  </table>
  <p><%= submit_tag t("Log In") %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree-0.5.0 app/views/shared/_login.html.erb
spree-0.5.1 app/views/shared/_login.html.erb