Fix modeling_i18n_tag crash
Tbh I'm not 100% sure this is a fix, I'm not sure what `haml_concat` was doing here, and the page is still crashing so it's hard to say. But fingers crossed!
This commit is contained in:
parent
f0f9033b8f
commit
2df6ca57cc
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ module OutfitsHelper
|
|||
pet: t('.newest_items.modeled.pet'),
|
||||
neopetsUsernamesForm: t('.newest_items.modeled.neopets_usernames_form')
|
||||
}
|
||||
haml_concat javascript_tag("var ModelingI18n = #{modeling_i18n.to_json};")
|
||||
javascript_tag("var ModelingI18n = #{modeling_i18n.to_json};")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue