317:fce877c8a1cc
Anton Shestakov <av6@dwimlabs.net>, Mon, 09 Oct 2017 21:26:13 +0800
linters: let's try and use luacheck 0.21.1

previous change 216:f679f272fe10

templates/ui/pagination.html

Permissions: -rw-r--r--

Other formats: Feeds:
<ul class="uk-pagination">
{% for i in range(1, pages + 1) %}
<li{% if page == i %} class="uk-active"{% end %}>
<a href="?page={{ i }}">{{ i }}</a>
</li>
{% end %}
</ul>