summaryrefslogtreecommitdiff
path: root/app/views/admin/broadcast_messages/index.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 21:42:42 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 21:42:42 +0200
commit8c1d414674d817d452c92b2fd95e722d52fc51fc (patch)
treef8c4fd830e61fba6c2740fcec30e36e659a0fbfb /app/views/admin/broadcast_messages/index.html.haml
parenta379bd00dc92529b8ef72885342e90c6be9a2ec1 (diff)
downloadgitlab-ce-8c1d414674d817d452c92b2fd95e722d52fc51fc.tar.gz
Include tw bootstrap manually. Fix hide class
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/broadcast_messages/index.html.haml')
-rw-r--r--app/views/admin/broadcast_messages/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/broadcast_messages/index.html.haml b/app/views/admin/broadcast_messages/index.html.haml
index f265a6254dd..702b640d274 100644
--- a/app/views/admin/broadcast_messages/index.html.haml
+++ b/app/views/admin/broadcast_messages/index.html.haml
@@ -18,12 +18,12 @@
%div
= link_to '#', class: 'js-toggle-colors-link' do
Customize colors
- .form-group.js-toggle-colors-container.gl-hide
+ .form-group.js-toggle-colors-container.hide
= f.label :color, "Background Color"
.col-sm-10
= f.text_field :color, placeholder: "#AA33EE"
.light Hex values as 3 double digit numbers, starting with a # sign.
- .form-group.js-toggle-colors-container.gl-hide
+ .form-group.js-toggle-colors-container.hide
= f.label :font, "Font Color"
.col-sm-10
= f.text_field :font, placeholder: "#224466"