Sha256: 13fc883f38831f5a664b61bed8cf52a5a8a6282e23fd04743c848f5b23f26e60
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
<h2>Sign in</h2> <%= form_tag '/sessions' do %> <p> <%= label_tag :email %><br /> <%= text_field_tag :email %> </p> <p> <%= label_tag :password %><br /> <%= password_field_tag :password %> </p> <p> <%= submit_tag 'Sign in'%> </p> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kublog-0.9.0 | spec/dummy/app/views/sessions/new.html.erb |
kublog-0.0.1.1 | test/dummy/app/views/sessions/new.html.erb |