1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-17 08:41:40 +00:00

Fix indentation

This commit is contained in:
Leo 2019-04-13 16:52:14 +08:00 committed by Daniel Pan
parent f181af1199
commit fe36faa44c

View File

@ -192,8 +192,8 @@ class Item extends Component {
</td> </td>
<td><Link to={`${siteRoot}library/${item.repo_id}/${item.repo_name}/`}>{item.repo_name}</Link></td> <td><Link to={`${siteRoot}library/${item.repo_id}/${item.repo_name}/`}>{item.repo_name}</Link></td>
{ item.permissions.can_download ? { item.permissions.can_download ?
<td>{gettext('Preview and download')}</td> : <td>{gettext('Preview and download')}</td> :
<td>{gettext('Preview only')}</td> <td>{gettext('Preview only')}</td>
} }
<td>{item.view_cnt}</td> <td>{item.view_cnt}</td>
<td>{this.renderExpriedData()}</td> <td>{this.renderExpriedData()}</td>