summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-04-24 10:24:24 +0200
committerAzul <azul@leap.se>2014-04-24 10:27:28 +0200
commitdad200e2cb0b03995eb06024d3fcf788ad2486ff (patch)
tree5d90358df0be3da503723993ad88426a3345c70a /app/views/users
parent8078cf0f853310cfb0d0681db45effb96850efc9 (diff)
add signup and login info on the forms
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/new.html.haml b/app/views/users/new.html.haml
index aecf831..173dd8c 100644
--- a/app/views/users/new.html.haml
+++ b/app/views/users/new.html.haml
@@ -8,8 +8,8 @@
.span9
= render :partial => 'warnings'
%h2=t :signup
+ .lead=t :signup_info
= simple_form_for(@user, form_options) do |f|
- %legend= t(:signup_message)
= f.input :login, :label => t(:username), :required => false, :input_html => { :id => :srp_username }
= f.input :password, :required => false, :validate => true, :input_html => { :id => :srp_password }
= f.input :password_confirmation, :required => false, :validate => true, :input_html => { :id => :srp_password_confirmation }