Commit 26abb796 authored by Clement Ho's avatar Clement Ho

fix haml

parent ee35c96b
.block.assignee{ ref: "assigneeBlock" }
%template{ "v-if" => "issue.assignees"}
%template{ "v-if" => "issue.assignees" }
%assignee-title{ ":number-of-assignees" => "issue.assignees.length",
":loading" => "loadingAssignees",
":editable" => can?(current_user, :admin_issue, @project) }
%assignees{ class: "value", "root-path" => "#{root_url}",
%assignees.value{ "root-path" => "#{root_url}",
":users" => "issue.assignees",
"@assign-self" => "assignSelf" }
......
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