inbox: use underscored symbols instead of kebab strings

This commit is contained in:
Georg Gadinger 2023-01-18 08:17:01 +01:00
parent 2f82e3be31
commit 31ed9ba738
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@
- if @more_data_available
.d-flex.justify-content-center#paginator
= button_to t("voc.load"), inbox_path, class: "btn btn-light", method: :get, params: { last_id: @inbox_last_id }, form: { data: { "turbo-stream" => true } }
= button_to t("voc.load"), inbox_path, class: "btn btn-light", method: :get, params: { last_id: @inbox_last_id }, form: { data: { turbo_stream: true } }

View file

@ -4,4 +4,4 @@
= turbo_stream.update "paginator" do
- if @more_data_available
= button_to t("voc.load"), inbox_path, class: "btn btn-light", method: :get, params: { last_id: @inbox_last_id }, form: { data: { "turbo-stream" => true } }
= button_to t("voc.load"), inbox_path, class: "btn btn-light", method: :get, params: { last_id: @inbox_last_id }, form: { data: { turbo_stream: true } }