decode branch/revision in content detailsView

This commit is contained in:
Eduard Heimbuch
2020-01-17 08:12:37 +01:00
parent f1aa469293
commit b8fb08a500

View File

@@ -154,7 +154,7 @@ class Content extends React.Component<Props, State> {
</tr>
<tr>
<td>{t("sources.content.branch")}</td>
<td className="is-word-break">{revision}</td>
<td className="is-word-break">{decodeURIComponent(revision)}</td>
</tr>
<tr>
<td>{t("sources.content.size")}</td>