summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_form.html.haml
diff options
context:
space:
mode:
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 9ccbcd868c0..6e3b7337ab3 100644
--- a/app/views/admin/users/_form.html.haml
+++ b/app/views/admin/users/_form.html.haml
@@ -47,7 +47,7 @@
%fieldset
%legend Access
.row
- .span8
+ .col-md-8
.control-group
= f.label :projects_limit
.controls= f.number_field :projects_limit
@@ -60,7 +60,7 @@
= f.label :admin do
%strong.cred Administrator
.controls= f.check_box :admin
- .span4
+ .col-md-4
- unless @user.new_record?
.alert.alert-error
- if @user.blocked?