mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 10:03:55 +02:00
Bugfix bundle title
This commit is contained in:
parent
810c05439e
commit
9a03d54fc1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue