Skip to content
Snippets Groups Projects
Commit 6101452b authored by Julian's avatar Julian
Browse files

Beautify footer menu

parent f2d54367
No related branches found
No related tags found
2 merge requests!1046Draft: Resolve "[3.0] Meta-issue for GraphQL back-end and Vue.js frontend",!1045Introduce Vuetify and GraphQL
{# -*- engine:django -*- #}
{% for item in FOOTER_MENU.items.all %}
<v-btn text href="{{ item.url }}">
<v-btn plain tile href="{{ item.url }}" color="white" class="float-right">
{% if item.icon %}
<v-icon>mdi-{{ item.icon }}</v-icon>
<v-icon left>mdi-{{ item.icon }}</v-icon>
{% endif %}
{{ item.name }}
</v-btn>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment