Commit b1d79e89e48b42a338837058ae9319eec3c58720

Authored by AntonioTerceiro
1 parent c400e68c

ActionItem78: cosmetic changes



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@643 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/account/invalid_change_password_code.rhtml 0 → 100644
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +<h1><%= _("Invalid change password code") %></h1>
  2 +
  3 +<p>
  4 +<%= _('The code you are using for password change is not valid. Please try to request password change using the <a href="%s">"I forgot my password"</a> functionality.') % url_for(:action => 'forgot_password') %>
  5 +</p>
app/views/account/new_password.rhtml
1 <h1><%= _('Enter new password') %></h1> 1 <h1><%= _('Enter new password') %></h1>
2 2
  3 +<p>
  4 +<%= _("Hello, %s! Please enter your new password in the form below.") % @change_password.requestor.identifier %>
  5 +</p>
  6 +
3 <%= error_messages_for :change_password %> 7 <%= error_messages_for :change_password %>
4 8
5 <% form_for(:change_password) do |f| %> 9 <% form_for(:change_password) do |f| %>