Sha256: 8039c6e0c0179f182fe3ce7941478f29c09cd906e9cb3e1360cc00dfcbf66967
Contents?: true
Size: 335 Bytes
Versions: 62
Compression:
Stored size: 335 Bytes
Contents
<%%= flash[:notice] if flash[:notice] %> <%%= flash[:error] if flash[:error] %> <%% form_tag sessions_path do -%> <p><label for="login">Login</label><br/> <%%= text_field_tag 'login' %></p> <p><label for="password">Password</label><br/> <%%= password_field_tag 'password' %></p> <p><%%= submit_tag 'Log in' %></p> <%% end -%>
Version data entries
62 entries across 62 versions & 6 rubygems