|
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
import PropTypes from 'prop-types';
|
|
|
|
|
|
import UserDate from '../Common/UserDate';
|
|
|
+import UserPageLink from '../Common/UserPageLink';
|
|
|
import UserPicture from '../User/UserPicture';
|
|
|
|
|
|
export default class Revision extends React.Component {
|
|
|
@@ -63,7 +64,7 @@ export default class Revision extends React.Component {
|
|
|
</div>
|
|
|
<div className="m-l-10">
|
|
|
<div className="revision-history-author">
|
|
|
- <strong>{author.username}</strong>
|
|
|
+ <strong><UserPageLink user={author}></UserPageLink></strong>
|
|
|
</div>
|
|
|
<div className="revision-history-meta">
|
|
|
<p>
|