summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-05-15 16:27:23 +0000
committerRémy Coutable <remy@rymai.me>2017-05-15 16:27:23 +0000
commit84199f19197583da44471a6b7f91694b7f4645df (patch)
treed145a2353e7488ef486ad41f64a7e0813cc5b348 /app/views/projects
parentafcc81da653b35b8061b69db87315f0a1f77f263 (diff)
parent3efb60642a1803adbe8dccfc684ce1771765b750 (diff)
downloadgitlab-ce-84199f19197583da44471a6b7f91694b7f4645df.tar.gz
Merge branch 'rename-rendered_title' into 'master'
Rename all references to rendered_title to realtime_changes See merge request !11359
Diffstat (limited to 'app/views/projects')
-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 f66724900de..b2401442620 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -51,7 +51,7 @@
.issue-details.issuable-details
.detail-page-description.content-block
- #js-issuable-app{ "data" => { "endpoint" => rendered_title_namespace_project_issue_path(@project.namespace, @project, @issue),
+ #js-issuable-app{ "data" => { "endpoint" => realtime_changes_namespace_project_issue_path(@project.namespace, @project, @issue),
"can-update" => can?(current_user, :update_issue, @issue).to_s,
"issuable-ref" => @issue.to_reference,
} }