mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-16 00:06:11 +00:00
Fix indentation
This commit is contained in:
parent
f181af1199
commit
fe36faa44c
@ -192,8 +192,8 @@ class Item extends Component {
|
||||
</td>
|
||||
<td><Link to={`${siteRoot}library/${item.repo_id}/${item.repo_name}/`}>{item.repo_name}</Link></td>
|
||||
{ item.permissions.can_download ?
|
||||
<td>{gettext('Preview and download')}</td> :
|
||||
<td>{gettext('Preview only')}</td>
|
||||
<td>{gettext('Preview and download')}</td> :
|
||||
<td>{gettext('Preview only')}</td>
|
||||
}
|
||||
<td>{item.view_cnt}</td>
|
||||
<td>{this.renderExpriedData()}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user