Initial import
This commit is contained in:
15
app/views/user/forgot_password.html.erb
Normal file
15
app/views/user/forgot_password.html.erb
Normal file
@@ -0,0 +1,15 @@
|
||||
<h4 class="title"><%= App.title %></h4>
|
||||
<h1 class="title">Recuperar senha</h1>
|
||||
|
||||
<p>
|
||||
<%= error_messages_for 'user' %><br/>
|
||||
|
||||
<% form_tag :action=>'forgot_password' do %>
|
||||
|
||||
Email<br/>
|
||||
<%= text_field "user","email" %><br/><br/>
|
||||
|
||||
<%= submit_tag 'Enviar nova senha' %>
|
||||
|
||||
<% end %>
|
||||
</p>
|
||||
Reference in New Issue
Block a user