about summary refs log tree commit diff
path: root/app/views/admin/roles/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/roles/_form.html.haml')
-rw-r--r--app/views/admin/roles/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/roles/_form.html.haml b/app/views/admin/roles/_form.html.haml
index 9beaf619f..31f78f240 100644
--- a/app/views/admin/roles/_form.html.haml
+++ b/app/views/admin/roles/_form.html.haml
@@ -13,7 +13,7 @@
         = f.input :position, wrapper: :with_label, input_html: { max: current_user.role.position - 1 }
 
     .fields-group
-      = f.input :color, wrapper: :with_label, input_html: { placeholder: '#000000' }
+      = f.input :color, wrapper: :with_label, input_html: { placeholder: '#000000', type: 'color' }
 
     %hr.spacer/