summaryrefslogtreecommitdiff
path: root/app/views/backup_jobs/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/backup_jobs/show.html.haml')
-rw-r--r--app/views/backup_jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/backup_jobs/show.html.haml b/app/views/backup_jobs/show.html.haml
index 6c55320..6fcb1dc 100644
--- a/app/views/backup_jobs/show.html.haml
+++ b/app/views/backup_jobs/show.html.haml
@@ -15,7 +15,7 @@
%p
%strong= t('backup_jobs.show.size_of_the_backup') + ":"
- if @backup_job.backup_file?
- %a{:href => backup_job.backup_file.current_path}
+ %a{:href => backup_job.backup_file.url}
%i{:class => 'icon-download'}
= number_to_human_size(backup_job.backup_file.size, :precision => 2)