Nafies Luthfi
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
resources/views/backups/index.blade.php
|
|
|
@ -30,7 +30,7 @@ |
|
|
|
<a href="{{ route('backups.index', ['action' => 'restore', 'file_name' => $backup->getFilename()]) }}" |
|
|
|
id="restore_{{ str_replace('.gz', '', $backup->getFilename()) }}" |
|
|
|
class="btn btn-warning btn-xs" |
|
|
|
title="{{ __('backup.download') }}"><i class="fa fa-rotate-left"></i></a> |
|
|
|
title="{{ __('backup.restore') }}"><i class="fa fa-rotate-left"></i></a> |
|
|
|
<a href="{{ route('backups.download', [$backup->getFilename()]) }}" |
|
|
|
id="download_{{ str_replace('.gz', '', $backup->getFilename()) }}" |
|
|
|
class="btn btn-info btn-xs" |
|
|
|
|