merge with develop branch

This commit is contained in:
Sebastian Sdorra
2020-03-26 11:40:47 +01:00
67 changed files with 1620 additions and 919 deletions

View File

@@ -53,7 +53,7 @@ class RepositoryDetailTable extends React.Component<Props> {
</tr>
<tr>
<th>{t("repository.description")}</th>
<td>{repository.description}</td>
<td className="is-word-break">{repository.description}</td>
</tr>
<tr>
<th>{t("repository.creationDate")}</th>