diff --git a/app/views/account/_signup_form.rhtml b/app/views/account/_signup_form.rhtml index 4042d94..98e67e1 100644 --- a/app/views/account/_signup_form.rhtml +++ b/app/views/account/_signup_form.rhtml @@ -1,8 +1,6 @@ <%= error_messages_for :user %> <% labelled_form_for :user, @user, - :html => { :help=>_('Fill all this fields to join in this environment.' + - '
If you forgot your password, do not create a new account,' + - ' click on the "I forgot my password!" link. ;-)') + :html => { :help=>_('Fill all this fields to join in this environment. If you forgot your password, do not create a new account, click on the "I forgot my password!" link. ;-)') } do |f| -%> <%= f.text_field :login, @@ -44,11 +42,11 @@ <% if ! defined? hidden_atention || ! hidden_atention %>