mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
card formatting and react on existing userLocation
This commit is contained in:
parent
e417ab175a
commit
e1a13a99c3
@ -2,13 +2,13 @@
|
||||
<div class="mb-3 p-3 card-user-search">
|
||||
<BContainer class="bg-white app-box-shadow gradido-border-radius p-4 mt--3">
|
||||
<div class="h3">{{ $t('card-user-search.headline') }}</div>
|
||||
<div v-if="gmsAllowed" class="my-2 text-small">
|
||||
<div v-if="gmsAllowed" class="my-3 text-small">
|
||||
<span v-for="(line, lineNumber) of $t('card-user-search.allowed.text').split('\n')" :key="lineNumber">
|
||||
{{ line }}
|
||||
<br />
|
||||
</span>
|
||||
</div>
|
||||
<div v-else class="my-2 text-small">
|
||||
<div v-else class="my-3 text-small">
|
||||
<span v-for="(line, lineNumber) of $t('card-user-search.not-allowed.text').split('\n')" :key="lineNumber">
|
||||
{{ line }}
|
||||
<br />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user