mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
Let namespace header be a link
This commit is contained in:
@@ -35,7 +35,7 @@ class RepositoryGroupEntry extends React.Component<Props> {
|
||||
const entries = group.repositories.map((repository, index) => {
|
||||
return <RepositoryEntry repository={repository} key={index} />;
|
||||
});
|
||||
return <CardColumnGroup name={group.name} elements={entries} />;
|
||||
return <CardColumnGroup name={group.name} url={`/repos/${group.name}/`} elements={entries} />;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user