File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/app/components/detail Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 class="card-title text-2xl font-bold text-gray-800">
28
28
@if (activity.number && activity.street) {
29
29
< span > {{ activity.street }} {{ activity.number }}</ span > ,
30
30
}
31
- {{ activity.zip }} {{ activity.city }} {{ activity.country }}
31
+ {{ activity.zip }} {{ activity.city }}, {{ activity.country }}
32
32
</ address >
33
33
34
34
< div class ="flex gap-4 mt-2 ">
@@ -39,9 +39,9 @@ <h1 class="card-title text-2xl font-bold text-gray-800">
39
39
< span class ="badge rounded-pill text-bg-danger "> Keine Altersempfehlung</ span >
40
40
}
41
41
@if (activity.barrier_free) {
42
- < span class ="badge rounded-pill text-bg-success "> Barierefrei </ span >
42
+ < span class ="badge rounded-pill text-bg-success "> Barrierefrei </ span >
43
43
} @else {
44
- < span class ="badge rounded-pill text-bg-danger "> Nicht Barierefrei </ span >
44
+ < span class ="badge rounded-pill text-bg-danger "> Nicht Barrierefrei </ span >
45
45
}
46
46
</ div >
47
47
@if (activity.description) {
You can’t perform that action at this time.
0 commit comments