Sha256: 331deda47db07722e4a9261981d9f80f7cb4e175b8d2358a308de29369572173
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
<%% title "Log in" %> <p>Don't have an account? <%%= link_to "Sign up!", signup_path %></p> <%% form_tag sessions_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nifty-generators-0.2.1 | rails_generators/nifty_authentication/templates/views/erb/login.html.erb |