gitlab-org--gitlab-foss/app/views/projects/product_analytics/test.html.haml

18 lines
343 B
Plaintext

- 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'}