Skip to content
Snippets Groups Projects
Commit d60d1ab5 authored by Isa H's avatar Isa H
Browse files

add space names

parent 7f30eecc
Branches
No related tags found
1 merge request!4More small submit g changes
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
<template <template
class="valuefield" class="valuefield"
v-for="(gn) in entity['schema:givenName']" v-for="(gn) in entity['schema:givenName']"
>{{ gn['@value'] }}</template> >{{ gn['@value'] +' '}}</template>
<template <template
class="valuefield" class="valuefield"
v-for="(fn) in entity['schema:familyName']" v-for="(fn) in entity['schema:familyName']"
>{{ fn['@value'] }}</template> >{{ fn['@value']+' '}}</template>
<template class="valuefield" v-for="(fn) in entity['schema:name']">{{ fn['@value'] }}</template> <template class="valuefield" v-for="(fn) in entity['schema:name']">{{ fn['@value'] }}</template>
<template v-if="entity['schema:affiliation']" class="grey--text"> <template v-if="entity['schema:affiliation']" class="grey--text">
<template v-for="(af) in entity['schema:affiliation']"> <template v-for="(af) in entity['schema:affiliation']">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment