mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
add margin for repo-info-bar (#3069)
This commit is contained in:
@@ -79,7 +79,7 @@ class DirColumnFile extends React.Component {
|
|||||||
<i className="fas fa-expand-arrows-alt"></i>
|
<i className="fas fa-expand-arrows-alt"></i>
|
||||||
</span>
|
</span>
|
||||||
{(!this.props.isDraft && this.props.hasDraft) &&
|
{(!this.props.isDraft && this.props.hasDraft) &&
|
||||||
<div className='seafile-btn-view-review text-center'>
|
<div className='seafile-btn-view-review text-center mt-2'>
|
||||||
<div className='tag tag-green'>
|
<div className='tag tag-green'>
|
||||||
{gettext('This file is in draft stage.')}
|
{gettext('This file is in draft stage.')}
|
||||||
<span className="ml-2" onClick={this.goDraftPage}>{gettext('View Draft')}</span>
|
<span className="ml-2" onClick={this.goDraftPage}>{gettext('View Draft')}</span>
|
||||||
|
Reference in New Issue
Block a user