summaryrefslogtreecommitdiff
path: root/app/views/projects/product_analytics/test.html.haml
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'}