added materildesignicons

This commit is contained in:
2019-05-19 17:26:13 +02:00
parent ebfd405153
commit 9613eabcbc
27 changed files with 30603 additions and 10 deletions

View File

@ -1,16 +1,17 @@
<template lang="html">
<div id="user-tools">
<h4>{{ mail }}</h4>
<h4
class="mdi mdi-account"
>{{ mail }}</h4>
<a href="/admin/content/materials"
v-if="isAdmin"
>
Admin
</a>
class="mdi mdi-settings"
></a>
<a href="/user/logout"
@click.prevent="onLogout()"
>
logout
</a>
class="mdi mdi-logout"
title="logout"
></a>
</div>
</template>
@ -41,4 +42,8 @@ export default {
</script>
<style lang="css" scoped>
h4{
display:inline-block;
font-size:inherited;
}
</style>