Skip to content
Snippets Groups Projects
Commit 17730a6e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Change text of inline issue creation tooltip

parent b9a1b0d1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment