From 6080a2c591f3373b07509836266469a4a96dfd4a Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 27 Mar 2017 11:34:28 -0700 Subject: [PATCH] 1GB free space - 20GB supporter space --- models/site.rb | 8 ++++---- views/index_layout.erb | 1 + views/layout.erb | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/models/site.rb b/models/site.rb index c3c532e9..27f3a943 100644 --- a/models/site.rb +++ b/models/site.rb @@ -102,26 +102,26 @@ class Site < Sequel::Model PLAN_FEATURES[:supporter] = { name: 'Supporter', - space: Filesize.from('10GB').to_i, + space: Filesize.from('20GB').to_i, bandwidth: Filesize.from('2TB').to_i, price: 5, unlimited_site_creation: true, custom_ssl_certificates: true, no_file_restrictions: true, custom_domains: true, - maximum_site_files: 50000 + maximum_site_files: 100_000 } PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge( name: 'Free', - space: Filesize.from('100MB').to_i, + space: Filesize.from('1GB').to_i, bandwidth: Filesize.from('200GB').to_i, price: 0, unlimited_site_creation: false, custom_ssl_certificates: false, no_file_restrictions: false, custom_domains: false, - maximum_site_files: 5000 + maximum_site_files: 15_000 ) EMAIL_VALIDATION_CUTOFF_DATE = Time.parse('May 16, 2016') diff --git a/views/index_layout.erb b/views/index_layout.erb index 9a967947..ffbe6f4b 100644 --- a/views/index_layout.erb +++ b/views/index_layout.erb @@ -4,6 +4,7 @@ + Neocities: Create your own free website! diff --git a/views/layout.erb b/views/layout.erb index 4190694a..4b3123d0 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -3,6 +3,7 @@ <%= title %> +