Make Stats a public page
This commit is contained in:
parent
9c59d634b0
commit
f84cd7f11b
6 changed files with 23 additions and 29 deletions
11
app/views/stats/index.html.haml
Normal file
11
app/views/stats/index.html.haml
Normal file
|
@ -0,0 +1,11 @@
|
|||
= javascript_include_tag 'https://code.highcharts.com/highcharts.js', 'chartkick'
|
||||
|
||||
.container
|
||||
.stats
|
||||
.stat-card
|
||||
%h1 Procédures créées
|
||||
= line_chart @procedures
|
||||
|
||||
.stat-card
|
||||
%h1 Dossiers créés
|
||||
= line_chart @dossiers
|
Loading…
Add table
Add a link
Reference in a new issue