summaryrefslogtreecommitdiff
path: root/app/views/admin/labels
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-09-28 12:07:30 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-29 07:19:06 -0500
commitfa0bf1350eccf5f8d182a79d9655c6e3eb085781 (patch)
tree10fcd7ff2b65ae814c6d38b772e4a6d13055e8df /app/views/admin/labels
parentf78c86bbd5c0220e9b408501550a0bfe8f1b5245 (diff)
downloadgitlab-ce-fa0bf1350eccf5f8d182a79d9655c6e3eb085781.tar.gz
remove instances of <input type="color" /> due to inconsistent browser support
Diffstat (limited to 'app/views/admin/labels')
-rw-r--r--app/views/admin/labels/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/labels/_form.html.haml b/app/views/admin/labels/_form.html.haml
index 602cfa9b6fc..d5e6bede36a 100644
--- a/app/views/admin/labels/_form.html.haml
+++ b/app/views/admin/labels/_form.html.haml
@@ -14,7 +14,7 @@
.col-sm-10
.input-group
.input-group-addon.label-color-preview &nbsp;
- = f.color_field :color, class: "form-control"
+ = f.text_field :color, class: "form-control"
.help-block
Choose any color.
%br