Changed location of file upload overlay
Этот коммит содержится в:
16
web/react/components/file_upload_overlay.jsx
Обычный файл
16
web/react/components/file_upload_overlay.jsx
Обычный файл
@@ -0,0 +1,16 @@
|
||||
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
module.exports = React.createClass({
|
||||
displayName: 'FileUploadOverlay',
|
||||
render: function() {
|
||||
return (
|
||||
<div className='center-file-overlay invisible'>
|
||||
<div>
|
||||
<i className='fa fa-upload'></i>
|
||||
<span>Drop a file to upload it.</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
});
|
||||
Ссылка в новой задаче
Block a user