341:0d7987defa1a
Anton Shestakov <av6@dwimlabs.net>, Wed, 30 May 2018 20:46:17 +0800
queue: don't set ETag to None if it's not in response headers

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>