summaryrefslogtreecommitdiff
path: root/app/views/shared/boards/components/sidebar/_assignee.html.haml
blob: c36f2c7c969af15eec90f783cf26155e0c221992 (plain)
1
2
3
4
5
6
7
8
9
- dropdown_options = assignees_dropdown_options('issue')

.block.assignee{ ref: "assigneeBlock" }
  %template{ "v-if" => "issue.assignees" }
    %sidebar-assignees-widget{ ":iid" => "String(issue.iid)",
      ":full-path" => "issue.path.split('/-/')[0].substring(1)",
      ":initial-assignees" => "issue.assignees",
      ":multiple-assignees" => "!Boolean(#{dropdown_options[:data][:"max-select"]})",
      "@assignees-updated" => "setAssignees" }