debian-mirror-gitlab/app/views/projects/product_analytics/test.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
343 B
Text
Raw Normal View History

2020-10-24 23:57:45 +05:30
- 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
2021-11-18 22:05:49 +05:30
-# haml-lint:disable InlineJavaScript
2020-10-24 23:57:45 +05:30
:javascript
#{render 'tracker'}