0556d661e0
# Conflicts: # app/assets/javascripts/labels_select.js.coffee
17 lines
804 B
Text
17 lines
804 B
Text
.dropdown-page-two.dropdown-new-label
|
|
= dropdown_title("Create new label", back: true)
|
|
= dropdown_content do
|
|
.dropdown-labels-error.js-label-error
|
|
%input#new_label_name.default-dropdown-input{ type: "text", placeholder: "Name new label" }
|
|
.suggest-colors.suggest-colors-dropdown
|
|
- suggested_colors.each do |color|
|
|
= link_to '#', style: "background-color: #{color}", data: { color: color } do
|
|
 
|
|
.dropdown-label-color-input
|
|
.dropdown-label-color-preview.js-dropdown-label-color-preview
|
|
%input#new_label_color.default-dropdown-input{ type: "text" }
|
|
.clearfix
|
|
%button.btn.btn-primary.pull-left.js-new-label-btn{ type: "button" }
|
|
Create
|
|
%button.btn.btn-default.pull-right.js-cancel-label-btn{ type: "button" }
|
|
Cancel
|