348:80539f2c61fc
Anton Shestakov <av6@dwimlabs.net>, Sun, 12 Apr 2020 23:56:27 +0800
checker: really make sure hg outputs UTF-8

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>