mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 19:15:52 +01:00
Don't push /history-prefix to path
WIP
This commit is contained in:
@@ -106,6 +106,10 @@ class RepositoryRoot extends React.Component<Props> {
|
||||
path={`${url}/history`}
|
||||
component={() => <Changesets repository={repository} branchName={"master"} history={this.props.history}/>}
|
||||
/>
|
||||
{/*<Route*/}
|
||||
{/*path={`${url}/history/:branchName`}*/}
|
||||
{/*component={() => <Changesets repository={repository} branchName={} history={this.props.history}/>}*/}
|
||||
{/*/>*/}
|
||||
</div>
|
||||
<div className="column">
|
||||
<Navigation>
|
||||
|
||||
Reference in New Issue
Block a user