navi: Surround navigation buttons with div.navigation for CSS

master
Felix Stupp 3 years ago
parent f5de2a3bbc
commit dfa6ee4a40
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -76,10 +76,12 @@
"Add Media": "/media/extract", "Add Media": "/media/extract",
"Add Collection": "/collection/extract", "Add Collection": "/collection/extract",
} %} } %}
<div class="navigation">
{% for name, uri in links.items() %} {% for name, uri in links.items() %}
<a class="button" href="{{ uri }}">{{ name }}</a> <a class="button" href="{{ uri }}">{{ name }}</a>
{% endfor %} {% endfor %}
{{ no_input_post_form("/api/refresh/collections", "Refresh Collections") }} {{ no_input_post_form("/api/refresh/collections", "Refresh Collections") }}
</div>
{%- endmacro %} {%- endmacro %}
{% macro body_header() %} {% macro body_header() %}

Loading…
Cancel
Save