Sha256: 371031392914d47b8b005f208364d60c9befe9fff8ef93430e5ed5b7549a80e1
Contents?: true
Size: 282 Bytes
Versions: 3
Compression:
Stored size: 282 Bytes
Contents
<h1>Authentication#login</h1> <%= form_with url: { action: :authenticate } do |form| %> <%= form.label :username %> <%= form.text_field :username %> <br /> <%= form.label :password %> <%= form.password_field :password %> <br /> <%= form.submit 'Login' %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems