mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:29:53 +01:00
Fix missing question mark in registrations_enabled? method call
This commit is contained in:
parent
854a506244
commit
9be01a2a2d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue