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 211
211
}
212
212
}
213
213
}
214
+
215
+ .templateLink {
216
+ text-align : center ;
217
+ font-size : 14px ;
218
+ line-height : 29px ;
219
+ font-weight : 400 ;
220
+
221
+ a {
222
+ font-weight : 400 ;
223
+ font-size : 12px ;
224
+ }
225
+ }
214
226
}
215
227
.group :last-of-type {
216
228
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 @@ -1481,6 +1481,9 @@ class ChallengeEditor extends Component {
1481
1481
</ div >
1482
1482
< div className = { styles . group } >
1483
1483
< div className = { styles . title } > Public specification < span > *</ span > </ div >
1484
+ < div className = { styles . templateLink } >
1485
+ < i > Access specification templates < a href = 'https://github.com/topcoder-platform-templates/specification-templates' > here</ a > </ i >
1486
+ </ div >
1484
1487
< TextEditorField
1485
1488
challengeTags = { metadata . challengeTags }
1486
1489
challenge = { challenge }
You can’t perform that action at this time.
0 commit comments