summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-05-06 09:34:38 +0200
committerAzul <azul@leap.se>2014-05-06 09:36:28 +0200
commit616313b406e561b45a73e34f54fd5fc7595f9658 (patch)
treeaab60053e936259bded77b6e7f39bb2212f9dcca
parent3952a7dfcd13993bd51ac7dc07cb3a01b4658e25 (diff)
minor: fixing comment
-rw-r--r--app/views/users/new.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/users/new.html.haml b/app/views/users/new.html.haml
index bf7ae31..bc36068 100644
--- a/app/views/users/new.html.haml
+++ b/app/views/users/new.html.haml
@@ -1,7 +1,9 @@
-#
-# This form is handled entirely by javascript
-# Please take care when changing element ids.
--# The form hidden when no js is available to prevent submission in the clear.
+-#
+-# The form is hidden when no js is available
+-# to prevent submission in the clear.
-#
- form_options = {url: '/not-used', html: {id: 'new_user', class: user_form_class('form-horizontal'), style: 'display:none'}, validate: true}