mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
replaced self-hacked™ solution with bulma panels for changesets
This commit is contained in:
@@ -89,10 +89,12 @@ class BranchRoot extends React.Component<Props> {
|
||||
const changesets = <Changesets repository={repository} branch={branch} />;
|
||||
|
||||
return (
|
||||
<div className="has-border-around is-round">
|
||||
<nav className="panel">
|
||||
<article className="panel-heading">
|
||||
{this.renderBranchSelector()}
|
||||
</article>
|
||||
<Route path={`${url}/:page?`} component={() => changesets} />
|
||||
</div>
|
||||
</nav>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user