Commit 17730a6e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Change text of inline issue creation tooltip

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