313:f06c71c163f4
Anton Shestakov <av6@dwimlabs.net>, Fri, 06 Oct 2017 16:25:47 +0800
viewer: add top margin to .chart-container (in case there's no reference check)

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>