debian-mirror-gitlab/app/views/projects/product_analytics/test.html.haml
2021-11-18 22:05:49 +05:30

17 lines
343 B
Text

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