From 9a03d54fc102b7e9843689811dc75701e56d9215 Mon Sep 17 00:00:00 2001 From: Axel Date: Tue, 16 May 2023 20:27:40 +0200 Subject: [PATCH] Bugfix bundle title --- resources/views/homepage.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/homepage.blade.php b/resources/views/homepage.blade.php index 6eba97c..c8cc164 100644 --- a/resources/views/homepage.blade.php +++ b/resources/views/homepage.blade.php @@ -23,7 +23,7 @@ bundle.title = 'untitled' } - bundle.title += ' - '+Object.keys(bundle.files).length+' {{ __('app.files') }} - {{ __('app.created-at') }} '+moment.unix(bundle.created_at).fromNow() + //bundle.title += ' - '+Object.keys(bundle.files).length+' {{ __('app.files') }} - {{ __('app.created-at') }} '+moment.unix(bundle.created_at).fromNow() if (bundle.expires_at != null && moment.unix(bundle.expires_at).isBefore(moment())) { this.bundles.expired.push(bundle)