summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_admin_notes.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/users/_admin_notes.html.haml')
-rw-r--r--app/views/admin/users/_admin_notes.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/admin/users/_admin_notes.html.haml b/app/views/admin/users/_admin_notes.html.haml
new file mode 100644
index 00000000000..5d91ba1a1ca
--- /dev/null
+++ b/app/views/admin/users/_admin_notes.html.haml
@@ -0,0 +1,7 @@
+%fieldset
+ %legend= _('Admin notes')
+ .form-group.row
+ .col-sm-2.col-form-label.text-right
+ = f.label :note, s_('AdminNote|Note')
+ .col-sm-10
+ = f.text_area :note, class: 'form-control'