File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
src/components/ChallengeEditor Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 212
212
}
213
213
}
214
214
}
215
+
216
+ .templateLink {
217
+ text-align : center ;
218
+ font-size : 14px ;
219
+ line-height : 29px ;
220
+ font-weight : 400 ;
221
+
222
+ a {
223
+ font-weight : 400 ;
224
+ font-size : 12px ;
225
+ }
226
+ }
215
227
}
216
228
.group :last-of-type {
217
229
margin-bottom : 0 ;
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ class TextEditorField extends Component {
60
60
</ div > ) }
61
61
{ shouldShowPrivateDescription && showShowPrivateDescriptionField && ( < div className = { styles . title } >
62
62
< span > Private specification</ span >
63
+ { ! readOnly && ( < div >
64
+ < i > Access specification templates < a href = 'https://github.com/topcoder-platform-templates/specification-templates' > here</ a > </ i >
65
+ </ div > ) }
63
66
< i >
64
67
This text will only be visible to Topcoder members that have
65
68
registered for this challenge
Original file line number Diff line number Diff line change @@ -1488,6 +1488,9 @@ class ChallengeEditor extends Component {
1488
1488
</ div >
1489
1489
< div className = { styles . group } >
1490
1490
< div className = { styles . title } > Public specification < span > *</ span > </ div >
1491
+ < div className = { styles . templateLink } >
1492
+ < i > Access specification templates < a href = 'https://github.com/topcoder-platform-templates/specification-templates' > here</ a > </ i >
1493
+ </ div >
1491
1494
< TextEditorField
1492
1495
challengeTags = { metadata . challengeTags }
1493
1496
challenge = { challenge }
You can’t perform that action at this time.
0 commit comments