mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Display entries number for each category
This commit is contained in:
parent
79efca1e6f
commit
8315130a75
4 changed files with 44 additions and 4 deletions
|
@ -303,6 +303,10 @@ nav input {
|
|||
margin: 0 1rem;
|
||||
}
|
||||
|
||||
span.numberItems {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
* 3 = Filters slider
|
||||
* ========================================================================== */
|
||||
|
|
|
@ -16,6 +16,9 @@ services:
|
|||
wallabag.twig_extension:
|
||||
class: Wallabag\CoreBundle\Twig\WallabagExtension
|
||||
public: false
|
||||
arguments:
|
||||
- "@wallabag_core.entry_repository"
|
||||
- "@security.token_storage"
|
||||
tags:
|
||||
- { name: twig.extension }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue