summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-09-20 22:54:04 +0300
committerFatih Acet <acetfatih@gmail.com>2016-09-21 00:19:17 +0300
commit34a2a690d31663d300834597d9e291d1ec0ad6df (patch)
treed6394761043253c517db852eae4928ac7b6fbe1d
parentc4b109b2a453339a952814e6dd9521547eea40fe (diff)
downloadgitlab-ce-34a2a690d31663d300834597d9e291d1ec0ad6df.tar.gz
Update Cycle Analytics Read more link URL.
-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 f0b95fc4b94..de5861afd94 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -11,7 +11,7 @@
%p
Cycle Analytics gives an overview on how much time it takes to go from idea to production in your project.
- = button_tag 'Read more', class: 'btn'
+ = link_to "Read more", help_page_path('user/project/cycle_analytics'), target: '_blank', class: 'btn'
= icon("spinner spin", "v-show" => "isLoading")