Add pagination for notifications

And correctly close an <a> tag
This commit is contained in:
Bat
2018-07-25 15:33:54 +02:00
parent 18125ab398
commit 4b0aba62f3
4 changed files with 25 additions and 5 deletions
+1
View File
@@ -54,6 +54,7 @@ fn main() {
routes::likes::create,
routes::likes::create_auth,
routes::notifications::paginated_notifications,
routes::notifications::notifications,
routes::notifications::notifications_auth,