summaryrefslogtreecommitdiff
path: root/app/views/projects/product_analytics/test.html.haml
blob: 3204cd5fbbef790479552391c74fa3ae7bcda5c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- 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

-# haml-lint:disable InlineJavaScript
:javascript
  #{render 'tracker'}