mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
linked user email as param to /send
This commit is contained in:
parent
67ea4e61f8
commit
c38b126635
@ -10,7 +10,10 @@
|
||||
</b-col>
|
||||
<b-col cols="7">
|
||||
<div class="gdd-transaction-list-item-name">
|
||||
{{ itemText }}
|
||||
<b-link v-if="linkedUser" :href="`/send?email=${linkedUser.email}`" @click.stop>
|
||||
{{ itemText }}
|
||||
</b-link>
|
||||
<span v-else>{{ itemText }}</span>
|
||||
</div>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user