Skip to content

Commit

Permalink
Add backlink to pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
pheerai committed Jan 12, 2019
1 parent 2db75bf commit e8ce7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/all.dt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends ./layout

block content
- import citesystem.rest : FullCiteData;
p#desc Alle #{llen} bekannten Zitate.
p#desc Alle #{llen} bekannten Zitate. – #[a(href="/all_paginated?pagesize=10&page=1") Seitenweise]
div#citebody
- foreach(FullCiteData cite; cites)
include rendercite

0 comments on commit e8ce7b2

Please sign in to comment.