"
- data-algolia-id="<%= ENV["ALGOLIASEARCH_APPLICATION_ID"] %>"
+ data-pusher-key="<%= ApplicationConfig["PUSHER_KEY"] %>"
+ data-algolia-id="<%= ApplicationConfig["ALGOLIASEARCH_APPLICATION_ID"] %>"
data-algolia-key="<%= @secured_algolia_key %>"
data-algolia-index="<%= "SecuredChatChannel_#{Rails.env}" %>"
data-github-token="<%= @github_token %>"
@@ -43,5 +43,5 @@
#page-content {max-height:100vh}
\ No newline at end of file
diff --git a/app/views/devise/registrations/_registration_form.html.erb b/app/views/devise/registrations/_registration_form.html.erb
index db72c2005..a863c105f 100644
--- a/app/views/devise/registrations/_registration_form.html.erb
+++ b/app/views/devise/registrations/_registration_form.html.erb
@@ -1,7 +1,7 @@
<% end %>
diff --git a/app/views/giveaways/_form.html.erb b/app/views/giveaways/_form.html.erb
index 66aa360e4..1b338ace7 100644
--- a/app/views/giveaways/_form.html.erb
+++ b/app/views/giveaways/_form.html.erb
@@ -2,7 +2,7 @@