Fix identation
This commit is contained in:
parent
6ae03dbd7f
commit
fe922d7aa2
|
@ -4,5 +4,5 @@
|
|||
|
||||
= turbo_stream.update "paginator" do
|
||||
- if @more_data_available
|
||||
= button_to question_path(@question.user.screen_name, @question.id, last_id: @answers_last_id), class: "btn btn-light" do
|
||||
= t("voc.load")
|
||||
= button_to question_path(@question.user.screen_name, @question.id, last_id: @answers_last_id), class: "btn btn-light" do
|
||||
= t("voc.load")
|
||||
|
|
Loading…
Reference in New Issue