Sha256: 16b1804af7c5057c3dc126e0c4d2f4c4b06e0ef5c285b912ba9a2b74abfa90de
Contents?: true
Size: 269 Bytes
Versions: 21
Compression:
Stored size: 269 Bytes
Contents
<h1>Sign in</h1> <%= form_tag sign_in_path do %> <p> <%= label_tag :username %> <%= text_field_tag :username %> </p> <p> <%= label_tag :password %> <%= password_field_tag :password %> </p> <p> <%= submit_tag 'Sign in' %> </p> <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems