Commit 0c5b7f84 authored by Phil Hughes's avatar Phil Hughes

Merge branch '31632-issue-board-new-issue' into 'master'

Change text of inline issue creation tooltip

Closes #31632

See merge request !11118
parents bf04c4ba 17730a6e
......@@ -13,8 +13,8 @@
%button.btn.btn-small.btn-default.pull-right.has-tooltip{ type: "button",
"@click" => "showNewIssueForm",
"v-if" => 'list.type !== "closed"',
"aria-label" => "Add an issue",
"title" => "Add an issue",
"aria-label" => "New issue",
"title" => "New issue",
data: { placement: "top", container: "body" } }
= icon("plus")
- if can?(current_user, :admin_list, @project)
......
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