Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/product_analytics/setup.html.haml')
-rw-r--r--app/views/projects/product_analytics/setup.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/projects/product_analytics/setup.html.haml b/app/views/projects/product_analytics/setup.html.haml
new file mode 100644
index 00000000000..e1819c7d74b
--- /dev/null
+++ b/app/views/projects/product_analytics/setup.html.haml
@@ -0,0 +1,12 @@
+- page_title _('Product Analytics')
+
+= render 'links'
+
+%p
+ = _('Copy the code below to implement tracking in your application:')
+
+%pre
+ = render "tracker"
+
+%p.hint
+ = _('A platform value can be web, mob or app.')