|
|
|
@ -287,6 +287,10 @@ class TPMIndex extends Component {
|
|
|
|
|
(props) => (<TPMRepositoryCommits {...this.props} {...this.state} {...props}
|
|
|
|
|
/>)
|
|
|
|
|
}></Route>
|
|
|
|
|
<Route path="/shixuns/:shixunId/secret_repository/:repoId/commits" render={
|
|
|
|
|
(props) => (<TPMRepositoryCommits {...this.props} {...this.state} {...props} secret_repository_tab={true}
|
|
|
|
|
/>)
|
|
|
|
|
}></Route>
|
|
|
|
|
|
|
|
|
|
<Route exact path="/shixuns/:shixunId/challenges" render={
|
|
|
|
|
(props) => (<TPMChallengeComponent {...this.props} {...this.state} {...props}
|
|
|
|
|