Merge branch 'main' into profile-page
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-01-14 13:09:46 +01:00
3 changed files with 9 additions and 6 deletions

View File

@ -65,8 +65,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<i class="bi bi-x-square me-1"></i>
nein
</div>
<span
class="ms-3"
<span
class="ms-3"
v-if="profile.availability_status && profile.availability_hours_per_week">
({{ profile.availability_hours_per_week }} Stunden pro Woche)
</span>
@ -101,7 +101,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{{ profile.freetext }}
</div>
<div v-if="profile.volunteerwork" class="lh-base">
<h5>Ehrentamtliche Arbeit</h5>
<h5>Ehrenamtliche Arbeit</h5>
{{ profile.volunteerwork }}
</div>
</Section>