UNCLASSIFIED

Commit 351731e8 authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'BULL-1171' into 'master'

BULL-1171

See merge request !138
parents 5c3d71ce dc477f66
...@@ -49,15 +49,11 @@ ...@@ -49,15 +49,11 @@
<img v-if="item.avatar" :src="item.avatar" :alt="data.item.name" /> <img v-if="item.avatar" :src="item.avatar" :alt="data.item.name" />
<v-icon x-large v-else>mdi-account-circle</v-icon> <v-icon x-large v-else>mdi-account-circle</v-icon>
</v-list-item-avatar> </v-list-item-avatar>
<v-list-item-content> <v-list-item-content>
<v-list-item-title <v-list-item-title class="text-left">{{ item.name }}</v-list-item-title>
class="text-left" <v-list-item-subtitle class="text-left">{{
v-html="item.name" item.email
></v-list-item-title> }}</v-list-item-subtitle>
<v-list-item-subtitle
class="text-left"
v-html="item.email"
></v-list-item-subtitle>
</v-list-item-content> </v-list-item-content>
</template> </template>
</v-autocomplete> </v-autocomplete>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment