Use color inputs for broadcast messages

This commit is contained in:
Annabel Dunstone Gray 2017-06-19 15:02:05 +00:00 committed by Phil Hughes
parent 17eff57965
commit 1ecfc7d8a5
2 changed files with 6 additions and 2 deletions

View File

@ -21,11 +21,11 @@
.form-group.js-toggle-colors-container.hide
= f.label :color, "Background Color", class: 'control-label'
.col-sm-10
= f.text_field :color, class: "form-control"
= f.color_field :color, class: "form-control"
.form-group.js-toggle-colors-container.hide
= f.label :font, "Font Color", class: 'control-label'
.col-sm-10
= f.text_field :font, class: "form-control"
= f.color_field :font, class: "form-control"
.form-group
= f.label :starts_at, class: 'control-label'
.col-sm-10.datetime-controls

View File

@ -0,0 +1,4 @@
---
title: Use color inputs for broadcast messages
merge_request:
author: