From fe922d7aa21f0b7ee748ffe16c7d837dfc2a81fe Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Thu, 8 Sep 2022 23:26:19 +0200 Subject: [PATCH] Fix identation --- app/views/question/show.turbo_stream.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/question/show.turbo_stream.haml b/app/views/question/show.turbo_stream.haml index 98f9d803..029b9127 100644 --- a/app/views/question/show.turbo_stream.haml +++ b/app/views/question/show.turbo_stream.haml @@ -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")