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 212212 }
213213 }
214214 }
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+ }
215227 }
216228 .group :last-of-type {
217229 margin-bottom : 0 ;
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ class TextEditorField extends Component {
6060 </ div > ) }
6161 { shouldShowPrivateDescription && showShowPrivateDescriptionField && ( < div className = { styles . title } >
6262 < span > Private specification</ span >
63+ { ! readOnly && ( < div >
64+ < i > Access specification templates < a href = 'https://github.com/topcoder-platform-templates/specification-templates' target = '_blank' > here</ a > </ i >
65+ </ div > ) }
6366 < i >
6467 This text will only be visible to Topcoder members that have
6568 registered for this challenge
Original file line number Diff line number Diff line change @@ -1504,6 +1504,9 @@ class ChallengeEditor extends Component {
15041504 </ div >
15051505 < div className = { styles . group } >
15061506 < div className = { styles . title } > Public specification < span > *</ span > </ div >
1507+ < div className = { styles . templateLink } >
1508+ < i > Access specification templates < a href = 'https://github.com/topcoder-platform-templates/specification-templates' target = '_blank' > here</ a > </ i >
1509+ </ div >
15071510 < TextEditorField
15081511 challengeTags = { metadata . challengeTags }
15091512 challenge = { challenge }
You can’t perform that action at this time.
0 commit comments