こんにちは、私はほとんどすべてを試しましたが、これを機能させることはできません。title.capitalize
パーツが表示されません。「+」を使用してみましたが、終了キーワードが必要であるというエラーが表示されます
def mailbox_section(title, current_box, opts = {})
content_tag :li, opts do
link_to(conversations_path(box: title.downcase), html_opts = {}) do
title.capitalize
content_tag :span, :class => "badge" do
"2"
end
end
end
end
これを解決する方法を知っている人はいますか?