]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Use only one method to randomize
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 12 Oct 2018 19:41:05 +0000 (21:41 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 12 Oct 2018 20:13:54 +0000 (22:13 +0200)
commitba335762a80e7860a166c9191502e9c35a5d76b4
tree001ca9d25acb144dbf73c74de75fcae1a6197269
parent6c42fbf04372f04821a50402abd91b68d52856e7
Use only one method to randomize

Instead of one per type, one for all is ok.
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php