summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/show.html.haml
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2017-05-05 09:33:39 -0600
committerRegis <boudinot.regis@yahoo.com>2017-05-05 09:33:39 -0600
commit58b560fae0f75f5f5de0960d055791c471d58af7 (patch)
tree0d896f568a751af446befcbd89bc4ce19dbbf476 /app/views/projects/issues/show.html.haml
parent5fb98734d5b91ee6eb57b5fbe098e401d490d946 (diff)
downloadgitlab-ce-58b560fae0f75f5f5de0960d055791c471d58af7.tar.gz
Diffstat (limited to 'app/views/projects/issues/show.html.haml')
-rw-r--r--app/views/projects/issues/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index aa024be1c55..a7aefa08aa0 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -52,7 +52,7 @@
.issue-details.issuable-details
.detail-page-description.content-block
.issue-title-data.hidden{ "data" => { "endpoint" => rendered_title_namespace_project_issue_path(@project.namespace, @project, @issue),
- "canUpdateIssue" => can?(current_user, :update_issue, @issue) ? 'js-task-list-container' : '',
+ "can-update-tasks-class" => can?(current_user, :update_issue, @issue) ? 'js-task-list-container' : '',
} }
.issue-title-entrypoint