mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
Merge pull request #1440 from gradido/profil-settings-distance
Profil settings and footer refactor
This commit is contained in:
commit
67181263ed
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<footer class="footer px-4 bg-transparent">
|
<footer class="footer m-4 p-4 bg-transparent">
|
||||||
<b-row align-v="center" class="justify-content-lg-between">
|
<b-row align-v="center" class="mt-4 justify-content-lg-between">
|
||||||
<b-col>
|
<b-col>
|
||||||
<div class="copyright text-center text-lg-center text-muted">
|
<div class="copyright text-center text-lg-center text-muted">
|
||||||
© {{ year }}
|
© {{ year }}
|
||||||
|
|||||||
@ -9,22 +9,30 @@
|
|||||||
></vue-qrcode>
|
></vue-qrcode>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-profile-stats d-flex justify-content-center mt-md-5">
|
<b-container class="d-flex justify-content-center mt-md-5">
|
||||||
<div>
|
<b-row>
|
||||||
<span class="heading">
|
<b-col>
|
||||||
{{ $n(balance, 'decimal') }}
|
<div class="text-center font-weight-bold">
|
||||||
</span>
|
{{ $n(balance, 'decimal') }}
|
||||||
<span class="description">GDD</span>
|
</div>
|
||||||
</div>
|
<div class="text-center">GDD</div>
|
||||||
<div>
|
</b-col>
|
||||||
<span class="heading">{{ transactionCount }}</span>
|
<b-col>
|
||||||
<span class="description">{{ $t('transactions') }}</span>
|
<div class="text-center font-weight-bold">
|
||||||
</div>
|
{{ transactionCount }}
|
||||||
<div>
|
</div>
|
||||||
<span class="heading">--</span>
|
<div class="text-center">
|
||||||
<span class="description">{{ $t('community.community') }}</span>
|
{{ $t('transactions') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</b-col>
|
||||||
|
<b-col>
|
||||||
|
<div class="text-center font-weight-bold">--</div>
|
||||||
|
<div class="text-center">
|
||||||
|
{{ $t('community.community') }}
|
||||||
|
</div>
|
||||||
|
</b-col>
|
||||||
|
</b-row>
|
||||||
|
</b-container>
|
||||||
</b-card>
|
</b-card>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user