mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
histort-permission (#2952)
This commit is contained in:
@@ -112,14 +112,12 @@ class ViewFileText extends React.Component {
|
||||
icon={'fa fa-lock'}
|
||||
/>
|
||||
}
|
||||
{isPro === 'True' &&
|
||||
<IconButton
|
||||
id={'historyButton'}
|
||||
text={gettext('File History')}
|
||||
onMouseDown={() => this.handleMouseDown('history')}
|
||||
icon={'fa fa-history'}
|
||||
/>
|
||||
}
|
||||
<IconButton
|
||||
id={'historyButton'}
|
||||
text={gettext('File History')}
|
||||
onMouseDown={() => this.handleMouseDown('history')}
|
||||
icon={'fa fa-history'}
|
||||
/>
|
||||
<IconButton
|
||||
id={'shareBtn'}
|
||||
text={gettext('Edit')}
|
||||
|
Reference in New Issue
Block a user