mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
undo changes from switching from wrong branch
This commit is contained in:
@@ -12,7 +12,6 @@ import ChangesetTag from "./ChangesetTag";
|
|||||||
|
|
||||||
import {parseDescription} from "./changesets";
|
import {parseDescription} from "./changesets";
|
||||||
import {AvatarWrapper, AvatarImage} from "../../avatar";
|
import {AvatarWrapper, AvatarImage} from "../../avatar";
|
||||||
import { ExtensionPoint } from "@scm-manager/ui-extensions";
|
|
||||||
|
|
||||||
const styles = {
|
const styles = {
|
||||||
pointer: {
|
pointer: {
|
||||||
@@ -65,15 +64,7 @@ class ChangesetRow extends React.Component<Props> {
|
|||||||
<div className={classNames("media-content", classes.withOverflow)}>
|
<div className={classNames("media-content", classes.withOverflow)}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<p className="is-ellipsis-overflow">
|
<p className="is-ellipsis-overflow">
|
||||||
<strong>
|
<strong>{description.title}</strong>
|
||||||
<ExtensionPoint
|
|
||||||
name="changesets.changeset.description"
|
|
||||||
props={{ changeset, value: description.title }}
|
|
||||||
renderAll={true}
|
|
||||||
>
|
|
||||||
{description.title}
|
|
||||||
</ExtensionPoint>
|
|
||||||
</strong>
|
|
||||||
<br />
|
<br />
|
||||||
<Interpolate
|
<Interpolate
|
||||||
i18nKey="changesets.changeset.summary"
|
i18nKey="changesets.changeset.summary"
|
||||||
|
|||||||
@@ -65,6 +65,6 @@
|
|||||||
"passwordInvalid": "Password has to be between 6 and 32 characters",
|
"passwordInvalid": "Password has to be between 6 and 32 characters",
|
||||||
"passwordConfirmFailed": "Passwords have to be identical",
|
"passwordConfirmFailed": "Passwords have to be identical",
|
||||||
"submit": "Submit",
|
"submit": "Submit",
|
||||||
"changedSuccessfully": "Pasword successfully changed"
|
"changedSuccessfully": "Password changed successfully"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user