可能な場合でも、html ブロック全体をエスケープする方法を見つけることができないようです。
これが私がやろうとしていることです:
%table
%tr
%th{rowspan: "2"}= t("public.home.graphic_title_payment").html_safe
%th.datefield{rowspan: "2"}= t("public.home.graphic_title_dates").html_safe
%th{colspan: "3"}= t("public.home.graphic_title_pay_group").html_safe
%th{rowspan: "2"}= t("public.home.graphic_title_unpaid").html_safe
.html_safe
また、すべての弦の最後で喉を鳴らすのは好きではありません。%tr
すべてがhtml_safeである必要があるというある種のインジケーターを配置する方法はありますか??
ありがとう :)