From 71c55667ac549a65288826fa8b26ec95493f42c4 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Tue, 13 Oct 2015 09:37:30 +0800 Subject: [PATCH] =?UTF-8?q?forum=20tag=E5=8F=8C=E5=87=BB=E5=8F=AF=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E7=9A=84=E5=87=BD=E6=95=B0=E9=94=99=E8=AF=AF=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=BC=96=E8=BE=91=E5=99=A8=E5=9C=A8=E7=81=AB?= =?UTF-8?q?=E7=8B=90=E6=B5=8F=E8=A7=88=E5=99=A8=E6=8F=92=E5=85=A5=E5=9B=BE?= =?UTF-8?q?=E7=89=87bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/forums/_forum_tag_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/forums/_forum_tag_list.html.erb b/app/views/forums/_forum_tag_list.html.erb index eebb5adfa..1cae58619 100644 --- a/app/views/forums/_forum_tag_list.html.erb +++ b/app/views/forums/_forum_tag_list.html.erb @@ -1,4 +1,4 @@ -<% forum.tag_list.each do |tag|%> +<% forum.reload.tag_list.each do |tag|%> <%= tag %> <%if forum.creator.id == User.current.id%>