Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
f3d1b76835ea
Commit
83b5a9ae
authored
Mar 24, 2015
by
Andrew Tomaka
Browse files
Update help texts and default value setting
parent
ac1b4b6a6570
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/views/admin/broadcast_messages/index.html.haml
View file @
f3d1b768
...
...
@@ -21,13 +21,11 @@
.form-group.js-toggle-colors-container.hide
=
f
.
label
:color
,
"Background Color"
,
class:
'control-label'
.col-sm-10
=
f
.
color_field
:color
,
placeholder:
"#AA33EE"
,
class:
"form-control"
.light
6 character hex values starting with a # sign.
=
f
.
color_field
:color
,
value:
"#AA33EE"
,
class:
"form-control"
.form-group.js-toggle-colors-container.hide
=
f
.
label
:font
,
"Font Color"
,
class:
'control-label'
.col-sm-10
=
f
.
color_field
:font
,
placeholder:
"#224466"
,
class:
"form-control"
.light
6 character hex values starting with a # sign.
=
f
.
color_field
:font
,
value:
"#224466"
,
class:
"form-control"
.form-group
=
f
.
label
:starts_at
,
class:
'control-label'
.col-sm-10.datetime-controls
...
...
app/views/projects/labels/_form.html.haml
View file @
f3d1b768
...
...
@@ -16,9 +16,9 @@
.col-sm-10
.input-group
.input-group-addon.label-color-preview
=
f
.
color_field
:color
,
placeholder
:
"#AA33EE"
,
class:
"form-control"
=
f
.
color_field
:color
,
value
:
"#AA33EE"
,
class:
"form-control"
.help-block
6 character hex values starting with a # sign
.
Choose any color
.
%br
Or you can choose one of suggested colors below
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment