summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_form.html.haml
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-12-08 11:45:26 +0200
committerValery Sizov <vsv2711@gmail.com>2015-12-08 11:45:26 +0200
commit22244ddf3fdadae2311df505c7d874487f8b00a0 (patch)
tree642bf7457a4bd8a706fa8be30209ccfe4e76ff0e /app/views/admin/users/_form.html.haml
parentf5430e48b42227f1c1874ca27c6907f0f704be28 (diff)
downloadgitlab-ce-admin_notes_for_user.tar.gz
Create admin notes for usersadmin_notes_for_user
Diffstat (limited to 'app/views/admin/users/_form.html.haml')
-rw-r--r--app/views/admin/users/_form.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/admin/users/_form.html.haml b/app/views/admin/users/_form.html.haml
index e18dd9bc905..6b9edaac364 100644
--- a/app/views/admin/users/_form.html.haml
+++ b/app/views/admin/users/_form.html.haml
@@ -81,6 +81,12 @@
= f.label :website_url, 'Website', class: 'control-label'
.col-sm-10= f.text_field :website_url, class: 'form-control'
+ %fieldset
+ %legend Admin notes
+ .form-group
+ = f.label :note, 'Note', class: 'control-label'
+ .col-sm-10= f.text_area :note, class: 'form-control'
+
.form-actions
- if @user.new_record?
= f.submit 'Create user', class: "btn btn-create"