公共贴吧:点击打开贴吧标签,弹出页面贴吧描述含html代码 #1292

解决方案:修改解析方法
This commit is contained in:
sw 2014-09-29 10:44:33 +08:00
parent 0081d898cb
commit 090ef98ec6
2 changed files with 29 additions and 29 deletions

View File

@ -6,7 +6,7 @@
<strong><%= l(:label_tags_forum) %>:<%= link_to "#{forum.name}", <strong><%= l(:label_tags_forum) %>:<%= link_to "#{forum.name}",
:controller => "forums",:action => "show",:id => forum.id %></strong> :controller => "forums",:action => "show",:id => forum.id %></strong>
<br /> <br />
<strong><%= l(:label_tags_forum_description) %>:</strong><%= forum.description %> <strong><%= l(:label_tags_forum_description) %>:</strong><%= textAreailizable forum.description %>
<%= forum.updated_at %> <%= forum.updated_at %>
</p> </p>
<div class="line_under"></div> <div class="line_under"></div>