mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 05:39:59 +00:00
[shared file view] added a space after 'Download' for the big green download button in the top right (#5953)
This commit is contained in:
@@ -130,7 +130,7 @@ class SharedFileView extends React.Component {
|
|||||||
</Button>
|
</Button>
|
||||||
}{' '}
|
}{' '}
|
||||||
{(canDownload && !trafficOverLimit) &&
|
{(canDownload && !trafficOverLimit) &&
|
||||||
<a href={`?${zipped ? 'p=' + encodeURIComponent(filePath) + '&' : ''}dl=1`} className="btn btn-success">{gettext('Download')}({Utils.bytesToSize(fileSize)})</a>
|
<a href={`?${zipped ? 'p=' + encodeURIComponent(filePath) + '&' : ''}dl=1`} className="btn btn-success">{gettext('Download')} ({Utils.bytesToSize(fileSize)})</a>
|
||||||
}{' '}
|
}{' '}
|
||||||
{(enableShareLinkReportAbuse && (loginUser !== sharedBy)) &&
|
{(enableShareLinkReportAbuse && (loginUser !== sharedBy)) &&
|
||||||
<Button
|
<Button
|
||||||
|
Reference in New Issue
Block a user