Add pagination on files and lists page

This commit is contained in:
2019-02-07 23:09:54 +01:00
parent 63c1e09f8e
commit 95405e76d1
10 changed files with 128 additions and 17 deletions

View File

@@ -22,7 +22,7 @@
</a>
{{end}}
<br/>
<a href="/user/files">...All my files</a>
<a href="/user/files" class="button">...All my files</a>
</div>
<br/>
<h2>Your most recently created lists:</h2>
@@ -38,6 +38,7 @@
</a>
{{end}}
<br/>
<a href="/user/lists" class="button">...All my lists</a>
</div>
<hr/>