ActiveAdminでページに生のhtmlタグを挿入する方法
864 ワード
arbreのtext_nodeメソッドにhtml_safeな文字列を渡しましょう。
show do
text_node '<a href="foo">Foo</a>'.html_safe
end
何かのタグの内容として挿入する場合は、そのタグのメソッドにhtml_safeな文字列を渡すこともできます。
show do
para '<a href="bar">Bar</a>'.html_safe
end
普段は普通にタグのメソッド呼んだほうがいいと思いますが、外部サービスのタグなどを埋め込む場合にはこっちのほうが取り回ししやすいでしょう。
Author And Source
この問題について(ActiveAdminでページに生のhtmlタグを挿入する方法), 我々は、より多くの情報をここで見つけました https://qiita.com/skuroki@github/items/60f1b8252dbd24adeb7e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .