diff --git a/resources/views/cannotupload.blade.php b/resources/views/cannotupload.blade.php index cb5ae53..ff1da64 100644 --- a/resources/views/cannotupload.blade.php +++ b/resources/views/cannotupload.blade.php @@ -1,18 +1,7 @@ @extends('layout') @section('content') -
+ + @lang('app.upload-title') + + +
++ + @lang('app.created-at') + + +
++ + @lang('app.fullsize') + + +
++ + @lang('app.upload-description') + + +
- - @lang('app.upload-title') - - -
-- - @lang('app.created-at') - - -
-- - @lang('app.fullsize') - - -
-- - @lang('app.upload-description') - - -
-+ + +
- - -
-@lang('app.existing-bundles')
diff --git a/resources/views/layout.blade.php b/resources/views/layout.blade.php index f6f289b..390bc94 100644 --- a/resources/views/layout.blade.php +++ b/resources/views/layout.blade.php @@ -17,8 +17,12 @@@lang('app.authentication')
diff --git a/resources/views/upload.blade.php b/resources/views/upload.blade.php index d836483..5c3c702 100644 --- a/resources/views/upload.blade.php +++ b/resources/views/upload.blade.php @@ -64,7 +64,7 @@ // Getting all bundles store in local storage bundles = localStorage.getItem('bundles') - // If not bundle found, back to homepage + // If no bundle found, back to homepage if (bundles == null || bundles == '') { window.location.href = '/' return false @@ -368,7 +368,7 @@ if (navigator.clipboard) { navigator.clipboard.writeText(el.value) .then(() => { - alert("Copied to clipboard"); + //alert("Copied to clipboard"); }); } }, @@ -400,35 +400,6 @@ @section('content')- -
-- -
- -