File tree Expand file tree Collapse file tree 2 files changed +28
-27
lines changed
personalization-webcomponents/src Expand file tree Collapse file tree 2 files changed +28
-27
lines changed Original file line number Diff line number Diff line change 10
10
>{{ props.checklist.lastUpdated.toLocaleString().split(",")[0] }}
11
11
</p >
12
12
<div class =" taskcontainer" >
13
- <div class =" task" >Aufgaben: </div >
14
- <div class =" chip" ><muc-chip
15
- v-if =" todoCount"
16
- style =" margin-right : 8px "
17
- background-color =" #FDD1AC"
18
- >
19
- {{ todoCount }} offen
20
- <svg
21
- style =" margin-left : 8px ; width : 20px ; height : 20px "
22
- aria-hidden =" true"
23
- class =" m-button__icon"
13
+ <div class =" task" >Aufgaben:</div >
14
+ <div class =" chip" >
15
+ <muc-chip
16
+ v-if =" todoCount"
17
+ style =" margin-right : 8px "
18
+ background-color =" #FDD1AC"
24
19
>
25
- <use href =" #icon-pencil" />
26
- </svg >
27
- </muc-chip >
20
+ {{ todoCount }} offen
21
+ <svg
22
+ style =" margin-left : 8px ; width : 20px ; height : 20px "
23
+ aria-hidden =" true"
24
+ class =" m-button__icon"
25
+ >
26
+ <use href =" #icon-pencil" />
27
+ </svg >
28
+ </muc-chip >
28
29
</div >
29
30
30
31
<div class =" chip" >
31
- <muc-chip
32
- v-if =" doneCount"
33
- background-color =" #B7D2B7"
34
- >
35
- {{ doneCount }} erledigt
36
- <svg
37
- style =" margin-left : 8px ; width : 20px ; height : 20px "
38
- aria-hidden =" true"
39
- class =" m-button__icon"
32
+ <muc-chip
33
+ v-if =" doneCount"
34
+ background-color =" #B7D2B7"
40
35
>
41
- <use href =" #icon-check" />
42
- </svg >
43
- </muc-chip >
36
+ {{ doneCount }} erledigt
37
+ <svg
38
+ style =" margin-left : 8px ; width : 20px ; height : 20px "
39
+ aria-hidden =" true"
40
+ class =" m-button__icon"
41
+ >
42
+ <use href =" #icon-check" />
43
+ </svg >
44
+ </muc-chip >
44
45
</div >
45
46
</div >
46
47
</muc-intro >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export function getChecklistIconByTitle(checklistTitle: string) {
10
10
"https://stadt.muenchen.de/dam/Home/lhm_common/service-navigator/10482700.svg" ,
11
11
"Ich manage eine Familie." :
12
12
"https://stadt.muenchen.de/dam/Home/lhm_common/service-navigator/10483310.svg" ,
13
- " Einwanderung" :
13
+ Einwanderung :
14
14
"https://stadt.muenchen.de/dam/Home/lhm_common/service-navigator/10483311.svg" ,
15
15
} [ checklistTitle ] ;
16
16
}
You can’t perform that action at this time.
0 commit comments