Sha256: 6a90e432d367317342e46469e5449a089e4d2f851c45dfb2382bfbaeda8771f8
Contents?: true
Size: 417 Bytes
Versions: 4
Compression:
Stored size: 417 Bytes
Contents
<%% title "Log in" %> <p>Don't have an account? <%%= link_to "Sign up!", signup_path %></p> <%% form_tag <%= user_session_plural_name %>_path do %> <p> <%%= label_tag :login, "Username or Email Address" %><br /> <%%= text_field_tag :login, params[:login] %> </p> <p> <%%= label_tag :password %><br /> <%%= password_field_tag :password %> </p> <p><%%= submit_tag "Log in" %></p> <%% end %>
Version data entries
4 entries across 4 versions & 1 rubygems