summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_form.html.haml
diff options
context:
space:
mode:
authorValera Sizov <vsv2711@gmail.com>2011-10-09 11:15:01 -0700
committerValera Sizov <vsv2711@gmail.com>2011-10-09 11:15:01 -0700
commit67f0c62d0737ceeeb1babc953fbab41438e8d4f2 (patch)
treefe1cb1e267375e0c24029bd3f22cc82447f11464 /app/views/admin/users/_form.html.haml
parent9840102651ac84d2eb7824113a544bf4992e0398 (diff)
downloadgitlab-ce-67f0c62d0737ceeeb1babc953fbab41438e8d4f2.tar.gz
Issue #83 - Project limit
Diffstat (limited to 'app/views/admin/users/_form.html.haml')
-rw-r--r--app/views/admin/users/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/users/_form.html.haml b/app/views/admin/users/_form.html.haml
index a5e4d8ab4b3..17be416fa1d 100644
--- a/app/views/admin/users/_form.html.haml
+++ b/app/views/admin/users/_form.html.haml
@@ -30,8 +30,8 @@
= f.check_box :admin
= f.label :admin
.field.prepend-top
- = f.check_box :allowed_create_repo, :disabled => true
- = f.label :allowed_create_repo
+ = f.text_field :projects_limit, :class => "small_input"
+ = f.label :projects_limit
.clear
%br
.actions