This repository was archived by the owner on Aug 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/app/components/help-wanted/card Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
35
35
dl {
36
36
margin-bottom : 0.25rem ;
37
- padding : 0.75rem 0.75 rem ;
37
+ padding : 0.75rem 0 rem ;
38
38
39
39
> div {
40
40
display : inline-block ;
Original file line number Diff line number Diff line change @@ -3,26 +3,26 @@ <h3><a external-link [href]="item.projectURL">{{ item.title }}</a></h3>
3
3
< small > Last updated {{ item.updated | date: "MMM d 'at' h':'mm a"}}</ small >
4
4
< p class ="help-wanted-card-description "> {{ item.description | truncate : 250}}</ p >
5
5
< dl *ngIf ="!mobile ">
6
- < div >
6
+ < div *ngIf =" item.languages " >
7
7
< dt > Language:</ dt >
8
8
< dd > {{ item.languages.join(', ') }}</ dd >
9
9
</ div >
10
10
11
- < div >
11
+ < div *ngIf =" item.skill " >
12
12
< dt > Skill Level:</ dt >
13
13
< dd > {{ item.skill | capitalize }}</ dd >
14
14
</ div >
15
15
16
- < div >
16
+ < div *ngIf =" item.effort " >
17
17
< dt > Effort:</ dt >
18
18
< dd > {{ item.effort }}</ dd >
19
19
</ div >
20
-
21
- < div >
20
+
21
+ < div *ngIf =" item.impact " >
22
22
< dt > Impact:</ dt >
23
23
< dd > {{ item.impact | capitalize }}</ dd >
24
24
</ div >
25
-
25
+
26
26
</ dl >
27
27
< div class ="help-wanted-card-actions ">
28
28
< a external-link [href] ="item.projectURL " *ngIf ="item.projectURL "> < button class ="usa-button button--tertiary "> Project Details</ button > </ a >
You can’t perform that action at this time.
0 commit comments