Skip to content

Commit

Permalink
Bugfix bundle title
Browse files Browse the repository at this point in the history
  • Loading branch information
axeloz committed May 16, 2023
1 parent 810c054 commit 9a03d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/homepage.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9a03d54

Please sign in to comment.