mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 10:35:56 +01:00 
			
		
		
		
	merge
This commit is contained in:
		| @@ -26,7 +26,7 @@ import Edit from "../containers/Edit"; | ||||
| import type { History } from "history"; | ||||
| import EditNavLink from "../components/EditNavLink"; | ||||
| import ChangesetView from "../changesets/containers/ChangesetView"; | ||||
| import Changesets from "../../changesets/containers/Changesets"; | ||||
| import Changesets from "./Changesets"; | ||||
|  | ||||
| type Props = { | ||||
|   namespace: string, | ||||
| @@ -111,6 +111,10 @@ class RepositoryRoot extends React.Component<Props> { | ||||
|               path={`${url}/history/:branch`} | ||||
|               component={() => <Changesets repository={repository} />} | ||||
|             /> | ||||
|             <Route | ||||
|               path={`${url}/changesets/:id`} | ||||
|               component={() => <ChangesetView repository={repository} />} | ||||
|             /> | ||||
|           </div> | ||||
|           <div className="column"> | ||||
|             <Navigation> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user