Added total report count to admin reports page
• Added: - total report count to admin reports page
This commit is contained in:
parent
84ba247982
commit
c7df309df5
|
@ -1,5 +1,6 @@
|
|||
- content_for :page_title do
|
||||
= t('admin.reports.title')
|
||||
= "(#{@reports.length})"
|
||||
|
||||
.filters
|
||||
.filter-subset
|
||||
|
|
Loading…
Reference in New Issue