Sha256: 9335b59ef91c6323188a9f5bf975996e234aeab26eda185e3aa31d158e5d846c
Contents?: true
Size: 327 Bytes
Versions: 22
Compression:
Stored size: 327 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
22 entries across 21 versions & 1 rubygems