mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS indentation on pagination guide [ci skip]
For all those copy + paste fiends
This commit is contained in:
parent
f0e545ada8
commit
3bd2cbf199
@ -63,7 +63,7 @@ switch between pages:
|
|||||||
...
|
...
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% end_loop %>
|
<% end_loop %>
|
||||||
<% if $PaginatedPages.NotLastPage %>
|
<% if $PaginatedPages.NotLastPage %>
|
||||||
<a class="next" href="$PaginatedPages.NextLink">Next</a>
|
<a class="next" href="$PaginatedPages.NextLink">Next</a>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
|
Loading…
Reference in New Issue
Block a user