286:49c07c9b821d
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Sep 2017 17:26:13 +0800
checker: looks like ${HOME} and ~ are the same thing for firejail, let's use ~

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>