[问题] rails slim中的=符号

楼主: rexkimta (冷杉林)   2015-05-06 22:54:27
大家好,最近正在写的系统用SLIM作为TEMPLATE,
不过碰到一个百思不得其解的问题,
先看CODE:
https://gist.github.com/Unicellular/084516b690172dae36c0
slim档里有一个link_to,它会产生一个<a>,
而display_team里也会有link_to,会包含<a>,
而output在slim里都是用=,为什么纯link_to就能正确显示,
我的helper只会show:<a rel="nofollow" data-method="patch" href="/join/9/18">
Join</a> 呢?
要用==才会正确处理<a>,并显示一个连结……
作者: danny8376 (钓到一只猴子@_@)   2015-05-06 23:33:00
消毒问题 link_to会吐消毒过的物件要像link_to一样的话 最后回传要先html_safe过
楼主: rexkimta (冷杉林)   2015-05-07 22:29:00
了解,看link_to的code之后也看到这部分了,另外还找到这个:https://ruby-china.org/topics/16633

Links booklink

Contact Us: admin [ a t ] ucptt.com