Commit 4349e524 authored by Andrew Tomaka's avatar Andrew Tomaka

Update broadcast messages to use color_field

parent c0337491
......@@ -21,12 +21,12 @@
.form-group.js-toggle-colors-container.hide
= f.label :color, "Background Color", class: 'control-label'
.col-sm-10
= f.text_field :color, placeholder: "#AA33EE", class: "form-control"
= f.color_field :color, placeholder: "#AA33EE", class: "form-control"
.light 6 character hex values starting with a # sign.
.form-group.js-toggle-colors-container.hide
= f.label :font, "Font Color", class: 'control-label'
.col-sm-10
= f.text_field :font, placeholder: "#224466", class: "form-control"
= f.color_field :font, placeholder: "#224466", class: "form-control"
.light 6 character hex values starting with a # sign.
.form-group
= f.label :starts_at, class: 'control-label'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment