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

Change text of inline issue creation tooltip

Former-commit-id: 17730a6e
parent b977ccf4
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