diff --git a/app/views/subscriptions/new.html.erb b/app/views/subscriptions/new.html.erb index 36811e27..3b31cc81 100644 --- a/app/views/subscriptions/new.html.erb +++ b/app/views/subscriptions/new.html.erb @@ -167,7 +167,7 @@
- You have <%= Filesize.from("#{current_user.upload_bandwidth_kb}KB").pretty %> of bandwidth remaining. + You have <%= (current_user.upload_bandwidth_kb) > 0 ? Filesize.from("#{current_user.upload_bandwidth_kb}KB").pretty : '-' + Filesize.from("#{current_user.upload_bandwidth_kb}KB").pretty %> of bandwidth remaining.
This bandwidth can be used to upload images to your content anywhere on the site. Deleting an uploaded image frees