Skip to content

Commit

Permalink
Merge pull request #90 from loftwah/dl/backup-email-size-enhance-1
Browse files Browse the repository at this point in the history
forgot to take this off
  • Loading branch information
loftwah authored Sep 3, 2024
2 parents 2920f2d + 8e21e6d commit e8d56fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backup_report_mailer/backup_completed.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p><strong>Backup File:</strong> The backup is available in your account. Please log in to access and download the backup.</p>

<p><strong>Backup Size:</strong> <%= @report[:backup_size] %> bytes</p>
<p><strong>Backup Size:</strong> <%= @report[:backup_size] %></p>
<p><strong>Status:</strong> <%= @report[:status] %></p>

<% if @report[:error_message].present? %>
Expand Down

0 comments on commit e8d56fd

Please sign in to comment.