From 9be01a2a2d39cd253f3272950e719a858d377041 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 12 Aug 2024 00:02:53 +0200 Subject: [PATCH] Fix missing question mark in registrations_enabled? method call --- app/views/application/_questionbox.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/application/_questionbox.html.haml b/app/views/application/_questionbox.html.haml index a5a9089b..394f07f9 100644 --- a/app/views/application/_questionbox.html.haml +++ b/app/views/application/_questionbox.html.haml @@ -51,7 +51,7 @@ type: :button, data: { loading_text: t(".load"), - promote: user_signed_in? || !user_signed_in? && !Retrospring::Config.registrations_enabled ? "false" : "true", + promote: user_signed_in? || !user_signed_in? && !Retrospring::Config.registrations_enabled? ? "false" : "true", "character-count-target": "action" } }