Commit 88ddce25 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Render proper partial

parent a2550392
......@@ -2,7 +2,7 @@
= dropdown_title("Create new label", back: true)
= dropdown_content do
.dropdown-labels-error.js-label-error
%input#new_label_name.dropdown-input-field{ type: "text", placeholder: "Name new label"}
%input#new_label_name.dropdown-input-field{ 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
......
......@@ -119,7 +119,7 @@
- else
View labels
- if can? current_user, :admin_label, @project and @project
= render "shared/issuable/milestone_dropdown"
= render partial: "shared/issuable/label_page_create"
= render "shared/issuable/participants", participants: issuable.participants(current_user)
- if current_user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment