Add link to random pending videos on homepage.

This commit is contained in:
voussoir 2020-03-13 14:38:27 -07:00
parent b5f892d595
commit 9b227c6e5f

View file

@ -22,6 +22,7 @@ body, a
<body>
<a href='/channels'>Manage channels</a>
<a href='/videos/pending?limit=100'>New videos</a>
<a href='/videos/pending?limit=100&orderby=random'>Random videos</a>
</body>