summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-09-20 23:38:00 +0300
committerFatih Acet <acetfatih@gmail.com>2016-09-21 00:19:17 +0300
commitb5dc0c6da55c7066746ee365c0248e82c849c944 (patch)
tree6c6117fccaeee53c42398c81dc2dbc8d8bb14a57
parentbb5e3edbe61ecc1be681de4d1dbac299fd5de51d (diff)
downloadgitlab-ce-b5dc0c6da55c7066746ee365c0248e82c849c944.tar.gz
Remove unnecessary #{} in cycle analytics template.
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index 9720d28ab1d..5dcb2a17873 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -2,7 +2,7 @@
- page_title "Cycle Analytics"
= render "projects/pipelines/head"
-#cycle-analytics{"v-cloak" => "true", data: { request_path: "#{project_cycle_analytics_path(@project)}"}}
+#cycle-analytics{"v-cloak" => "true", data: { request_path: project_cycle_analytics_path(@project)}}
.bordered-box.landing.content-block{"v-if" => "!isHelpDismissed"}
= icon('times', class: 'dismiss-icon', "@click": "dismissLanding()")