]> 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>
Sat, 19 Jan 2019 20:09:33 +0000 (21:09 +0100)
commit0447a75b06142afe59a179bb59ee94f1978aa7a9
tree6fb21a4cef53c62cb7f2d703c0fb6957ce4de3cb
parentf85d220c19872dd7e9199fd150060555584a2886
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