mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Add the timeline for the user statistics page (#168)
Currently, the user statistics is hardcoded to display only stats from the last 90 days. This isn't clear from the display. We can easily fit this content in the existing chart header.
This commit is contained in:
parent
75f0e66a0d
commit
217106e5ae
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
.block
|
||||
.block__header: span.block__header__title Statistics
|
||||
.block__header: span.block__header__title Statistics (Last 90 Days)
|
||||
.block__content
|
||||
table.table.table--stats.center
|
||||
tr
|
||||
|
|
Loading…
Reference in a new issue