Skip to content
Snippets Groups Projects
Commit b48dddaf authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Change position of custom links in footer

parent 23db407a
No related branches found
No related tags found
1 merge request!1045Introduce Vuetify and GraphQL
{# -*- engine:django -*- #}
{% for item in FOOTER_MENU.items.all %}
<v-btn plain tile href="{{ item.url }}" color="white" class="float-right">
<v-btn plain tile href="{{ item.url }}" color="primary">
{% if item.icon %}
<v-icon left>mdi-{{ item.icon }}</v-icon>
{% endif %}
......
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