debian-mirror-gitlab/app/views/projects/product_analytics/index.html.haml
2020-10-24 23:57:45 +05:30

17 lines
416 B
Plaintext

- page_title _('Product Analytics')
= render 'links'
- if @events.any?
%p
- if @events.total_count > @events.size
= _('Number of events for this project: %{total_count}.') % { total_count: number_with_delimiter(@events.total_count) }
%ol
- @events.each do |event|
%li
%code= event.as_json_wo_empty
- else
.empty-state
.text-content
= _('There are currently no events.')