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

test.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: 60d897ee138c08b3cabc2d86e8aec8de4bca9148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- page_title _('Product Analytics')

= render 'links'

%p
  = _('This page sends a payload. Go back to the events page to see a newly created event.')

- if @event
  %p
    = _('Last item before this page loaded in your browser:')

  %code
    = @event.as_json_wo_empty

:javascript
  #{render 'tracker'}