From e1672fd0e02f640ead7eed83ef8990ef2cfc986b Mon Sep 17 00:00:00 2001 From: z9hang Date: Wed, 27 Aug 2014 10:20:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A8=E8=AE=BA=E5=8C=BA=E5=B8=96=E5=AD=90?= =?UTF-8?q?=E6=95=B0=E7=BB=9F=E8=AE=A1=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/boards/_course_show.html.erb | 2 +- app/views/boards/_project_show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/boards/_course_show.html.erb b/app/views/boards/_course_show.html.erb index ca33b7516..35e066d45 100644 --- a/app/views/boards/_course_show.html.erb +++ b/app/views/boards/_course_show.html.erb @@ -37,7 +37,7 @@
- 共有 <%=link_to @topics.count %> 个贴子 + 共有 <%=link_to @topic_count,:controller => 'boards',:action => 'index' %> 个贴子 <%= link_to l(:label_message_new), new_board_message_path(@board), diff --git a/app/views/boards/_project_show.html.erb b/app/views/boards/_project_show.html.erb index ef1afd27e..8cd46c35b 100644 --- a/app/views/boards/_project_show.html.erb +++ b/app/views/boards/_project_show.html.erb @@ -43,7 +43,7 @@
- 共有 <%= link_to @topics.count %> 个贴子 + 共有 <%= link_to @topic_count,:controller => 'boards',:action => 'index' %> 个贴子 <% if @project.enabled_modules.where("name = 'boards'").count > 0 %> <%= link_to l(:label_message_new),