move favorite icon from details table to page title

This commit is contained in:
Eduard Heimbuch
2020-03-25 08:08:40 +01:00
parent e2d4ebe706
commit df285182a8
3 changed files with 14 additions and 6 deletions

View File

@@ -16,9 +16,7 @@ class RepositoryDetailTable extends React.Component<Props> {
<tbody>
<tr>
<th>{t("repository.name")}</th>
<td>
<ExtensionPoint name={"repository.details.beforeName"} props={{ repository }} /> {repository.name}
</td>
<td>{repository.name}</td>
</tr>
<tr>
<th>{t("repository.type")}</th>