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 7f021bb..65091b8 100644
--- a/app/views/backup_jobs/show.html.haml
+++ b/app/views/backup_jobs/show.html.haml
@@ -14,6 +14,6 @@
= @backup_job.directory
%p
%strong= t('backup_jobs.show.size_of_the_backup') + ":"
- = @backup_job.size_of_the_backup
+ = number_to_human_size(@backup_job.size_of_the_backup, :precision => 2)
= render :partial => 'shared/show_edit_destroy_part', :locals => { :child => @backup_job } \ No newline at end of file