summaryrefslogtreecommitdiff
path: root/app/views/users/_form.html.erb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-02-20 17:13:51 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-02-20 17:13:51 -0500
commitcd1fabe40ca4d290df33a2590f3a1f2072103972 (patch)
tree98afd236e1d14e892602304e739fc65d450a43fd /app/views/users/_form.html.erb
parentc14d0327a631a4321464c7c1e250d75458e13f49 (diff)
fix datatype names in generate.sh
Diffstat (limited to 'app/views/users/_form.html.erb')
-rw-r--r--app/views/users/_form.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/_form.html.erb b/app/views/users/_form.html.erb
index a7ead1b..2d1ad24 100644
--- a/app/views/users/_form.html.erb
+++ b/app/views/users/_form.html.erb
@@ -17,11 +17,11 @@
</div>
<div class="field">
<%= f.label :pw_hash %><br>
- <%= f.text_field :pw_hash %>
+ <%= f.text_area :pw_hash %>
</div>
<div class="field">
<%= f.label :groups %><br>
- <%= f.text_field :groups %>
+ <%= f.number_field :groups %>
</div>
<div class="actions">
<%= f.submit %>