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
303f36fa12e5
Commit
da89ebbe
authored
Apr 17, 2015
by
Douwe Maan
Browse files
Fix label color input.
parent
73d69aae8ad7
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/models/label.rb
View file @
303f36fa
...
...
@@ -13,6 +13,8 @@
class
Label
<
ActiveRecord
::
Base
DEFAULT_COLOR
=
'#428BCA'
default_value_for
:color
,
DEFAULT_COLOR
belongs_to
:project
has_many
:label_links
,
dependent: :destroy
has_many
:issues
,
through: :label_links
,
source: :target
,
source_type:
'Issue'
...
...
app/views/projects/labels/_form.html.haml
View file @
303f36fa
...
...
@@ -16,7 +16,7 @@
.col-sm-10
.input-group
.input-group-addon.label-color-preview
=
f
.
color_field
:color
,
value:
"#AA33EE"
,
class:
"form-control"
=
f
.
color_field
:color
,
class:
"form-control"
.help-block
Choose any color.
%br
...
...
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