1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00

update draft ui (#3049)

This commit is contained in:
陈钦亮
2019-03-05 15:37:51 +08:00
committed by Daniel Pan
parent ba58dc8205
commit 7e587c8b93
13 changed files with 32 additions and 33 deletions

View File

@@ -82,7 +82,7 @@ class DirColumnFile extends React.Component {
<div className='seafile-btn-view-review text-center'>
<div className='tag tag-green'>
{gettext('This file is in draft stage.')}
<span className="ml-2" onClick={this.goDraftPage}>{gettext('Edit Draft')}</span>
<span className="ml-2" onClick={this.goDraftPage}>{gettext('View Draft')}</span>
</div>
</div>
}