Moved label tooltip to have body container

This commit is contained in:
Phil Hughes 2016-08-09 16:55:41 +01:00
parent 0ee548d3fb
commit 0ba25abb26
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
type: "button", type: "button",
"@click" => "filterByLabel(label, $event)", "@click" => "filterByLabel(label, $event)",
":style" => "{ backgroundColor: label.color, color: label.textColor }", ":style" => "{ backgroundColor: label.color, color: label.textColor }",
":title" => "label.description" } ":title" => "label.description",
data: { container: 'body' } }
{{ label.title }} {{ label.title }}
%a.has-tooltip{ ":href" => "'/u/' + issue.assignee.username", %a.has-tooltip{ ":href" => "'/u/' + issue.assignee.username",
":title" => "'Assigned to ' + issue.assignee.name", ":title" => "'Assigned to ' + issue.assignee.name",