parent
84278741a5
commit
fa4f77c365
14 changed files with 222 additions and 32 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<p class="error"><%= @error %></p>
|
||||
<% end %>
|
||||
|
||||
<form action="/login" method="POST">
|
||||
<form action="/login" method="post">
|
||||
<p>
|
||||
<label for="email"><%= _("Email") %></label>
|
||||
<input type="text" name="email">
|
||||
|
|
@ -15,4 +15,5 @@
|
|||
</p>
|
||||
<button type="submit"><%= _("Login") %></button>
|
||||
</form>
|
||||
<a href="/signup"><%= _("Create account") %></a>
|
||||
<p><a href="/signup"><%= _("Create account") %></a></p>
|
||||
<p><a href="/reset"><%= _("Reset password") %></a></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue