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",
} %} } %}
{% for name, uri in links.items() %} <div class="navigation">
<a class="button" href="{{ uri }}">{{ name }}</a> {% for name, uri in links.items() %}
{% endfor %} <a class="button" href="{{ uri }}">{{ name }}</a>
{{ no_input_post_form("/api/refresh/collections", "Refresh Collections") }} {% endfor %}
{{ no_input_post_form("/api/refresh/collections", "Refresh Collections") }}
</div>
{%- endmacro %} {%- endmacro %}
{% macro body_header() %} {% macro body_header() %}

Loading…
Cancel
Save