diff --git a/app/helpers/price_helper.rb b/app/helpers/price_helper.rb index 77a90dbf..3f81d136 100644 --- a/app/helpers/price_helper.rb +++ b/app/helpers/price_helper.rb @@ -5,8 +5,8 @@ def next_date date = if current_date < Date.new(2017, 1, 1) Date.new(2017, 1, 1) - elsif current_date < Date.new(2017, 2, 1) - Date.new(2017, 2, 1) + elsif current_date < Date.new(2017, 2, 15) + Date.new(2017, 2, 15) elsif current_date < Date.new(2017, 3, 1) Date.new(2017, 3, 1) elsif current_date < Date.new(2017, 4, 1) diff --git a/app/models/pricelist.rb b/app/models/pricelist.rb index ed2b1354..4d2df4d6 100644 --- a/app/models/pricelist.rb +++ b/app/models/pricelist.rb @@ -3,7 +3,7 @@ class Pricelist def self.ticket_price if before(2017, 1, 1) 990 - elsif before(2017, 2, 1) + elsif before(2017, 2, 15) 1330 elsif before(2017, 3, 1) 2000 diff --git a/app/views/web/contacts/index.html.haml b/app/views/web/contacts/index.html.haml index 0acb7bd9..e570ad40 100644 --- a/app/views/web/contacts/index.html.haml +++ b/app/views/web/contacts/index.html.haml @@ -49,9 +49,9 @@ %p При покупке до 31 декабря 2016 года цена 1 билета - 990 рублей. %br/ - %span с 01 по 31 января  - 1330 рублей + %span с 01 января по 14 февраля - 1330 рублей %br - %span с 01 по 28 февраля - 2000 рублей + %span с 15 по 28 февраля - 2000 рублей %br %span с 01 по 31 марта - 2500 рублей %br