Merged in feature/unify_table (pull request #175)

Feature/unify table
This commit is contained in:
Florian Scholdei
2019-02-06 14:11:24 +00:00
10 changed files with 119 additions and 72 deletions

View File

@@ -89,10 +89,12 @@ class BranchRoot extends React.Component<Props> {
const changesets = <Changesets repository={repository} branch={branch} />;
return (
<>
<div className="panel">
<div className="panel-heading">
{this.renderBranchSelector()}
</div>
<Route path={`${url}/:page?`} component={() => changesets} />
</>
</div>
);
}