238:5a4ed43de4c6
Anton Shestakov <av6@dwimlabs.net>, Thu, 01 Sep 2016 17:39:28 +0800
queue: announce user-agent to be nice to hgweb operators

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>