diff --git a/app/assets/images/2023_fb_preview.jpg b/app/assets/images/2023_fb_preview.jpg new file mode 100644 index 0000000..1f8b430 Binary files /dev/null and b/app/assets/images/2023_fb_preview.jpg differ diff --git a/app/models/talk.rb b/app/models/talk.rb index 23ef863..b3fc2a9 100644 --- a/app/models/talk.rb +++ b/app/models/talk.rb @@ -1,7 +1,7 @@ class Talk < ActiveResource::Base has_many :selections, class_name: 'SelectedTalk' - self.site = "https://cfp.openfest.org/api/conferences/9" + self.site = "https://cfp.openfest.org/api/conferences/10" self.element_name = "event" def self.ordered_by_id diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 9711442..43d77e4 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -72,9 +72,8 @@
-

Technical

-

Advanced Technical

-

OpenBiz

-

Civic Hacking

-

Social

-

Education

+

Technical

+

Advanced Technical

+

OpenArt

+

Community/Social

+

Other

diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 71befdf..7438b80 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -10,11 +10,11 @@ - + - + diff --git a/config/deploy.rb b/config/deploy.rb index fc05013..fbcd4cf 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,5 +1,5 @@ # config valid only for current version of Capistrano -lock '3.14.1' +lock '3.17.1' set :application, 'gauge' set :repo_url, 'https://github.com/OpenFest/gauge.git' diff --git a/config/locales/bg.yml b/config/locales/bg.yml index a64470a..3a03ea0 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -1,6 +1,6 @@ bg: generic: - title: Възможни лекции за OpenFest 2022 + title: Възможни лекции за OpenFest 2023 submit: Изпрати store_and_submit_changes: Запази локално промените и ги изпрати, ако е възможно help_us_reduce_the_conflicts: Помогнете ни да намалим конфликтите в програмата на OpenFest diff --git a/config/locales/en.yml b/config/locales/en.yml index 3b62db1..59302c2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,6 +1,6 @@ en: generic: - title: OpenFest 2022 Talk Preference Poll + title: OpenFest 2023 Talk Preference Poll submit: Submit store_and_submit_changes: Store your changes locally and submit them if possible help_us_reduce_the_conflicts: "Help us to reduce the conflicts in OpenFest's schedule"