mirror of
https://github.com/acaloiaro/newsbox
synced 2026-07-21 18:29:15 +00:00
11 lines
314 B
HTML
11 lines
314 B
HTML
<div class="auth-wrapper">
|
|
<div class="sign-form">
|
|
<h1>Sign In</h1>
|
|
|
|
<%= formFor(user, {action: loginPath(), method: "POST"}) { %>
|
|
<%= f.InputTag("Email") %>
|
|
<%= f.InputTag("Password", {type: "password"}) %>
|
|
<button class="btn btn-success">Sign In!</button>
|
|
<% } %>
|
|
</div>
|
|
</div>
|