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

setup.html.haml « product_analytics « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1819c7d74ba724c3e2f408a7e34c4a910977f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.')