21 lines
706 B
Plaintext
21 lines
706 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'
|
|
= javascript_include_tag(asset_path('vis.min.js', type: :javascript))
|
|
= stylesheet_link_tag(asset_path('vis.min.css', type: :stylesheet))
|
|
|
|
.group
|
|
.title
|
|
h1 = t('.user_activity')
|
|
a href=statistics_graphs_user_activity_history_path = t('.history')
|
|
.spinner
|
|
.graph#user-activity
|
|
|
|
.group
|
|
.title
|
|
h1 = t('.rfc_activity')
|
|
a href=statistics_graphs_rfc_activity_history_path = t('.history')
|
|
.spinner
|
|
.graph#rfc-activity
|