21 lines
650 B
Plaintext
21 lines
650 B
Plaintext
- content_for :head do
|
|
// Force a full page reload, see https://github.com/turbolinks/turbolinks/issues/326.
|
|
Otherwise, the global variable `vis` might be uninitialized in the assets (race condition)
|
|
meta name='turbolinks-visit-control' content='reload'
|
|
- append_javascript_pack_tag('vis')
|
|
- append_stylesheet_pack_tag('vis')
|
|
|
|
.group
|
|
.title
|
|
h1 = t('.user_activity')
|
|
a href=statistics_graphs_user_activity_history_path = t('.history')
|
|
.spinner
|
|
.graph.mb-5#user-activity
|
|
|
|
.group
|
|
.title
|
|
h1 = t('.rfc_activity')
|
|
a href=statistics_graphs_rfc_activity_history_path = t('.history')
|
|
.spinner
|
|
.graph.mb-5#rfc-activity
|