Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValera Sizov <vsv2711@gmail.com>2011-10-09 22:15:01 +0400
committerValera Sizov <vsv2711@gmail.com>2011-10-09 22:15:01 +0400
commit67f0c62d0737ceeeb1babc953fbab41438e8d4f2 (patch)
treefe1cb1e267375e0c24029bd3f22cc82447f11464 /app/views/admin/users/_form.html.haml
parent9840102651ac84d2eb7824113a544bf4992e0398 (diff)
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