Browse Source

Update restore button title

pull/34/head
Nafies Luthfi 7 years ago
committed by GitHub
parent
commit
61b7eaed05
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      resources/views/backups/index.blade.php

2
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"

Loading…
Cancel
Save