Sha256: 7d697774d1eb9344d20d6d259d7ea2b4154e1257a25d8b2ea85d691a91d578b4
Contents?: true
Size: 377 Bytes
Versions: 16
Compression:
Stored size: 377 Bytes
Contents
<h1>Log in</h1> <%= form_tag sessions_path do %> <p> <%= label_tag :email %><br /> <%= text_field_tag :email, params[:email] %> </p> <p> <%= label_tag :password %><br /> <%= password_field_tag :password %> </p> <p> <%= link_to "Forgot your password?", new_password_reset_path %> </p> <p class="button"><%= submit_tag "Log in" %></p> <% end %>
Version data entries
16 entries across 8 versions & 1 rubygems