From 0c643a82b86644eba2098bfceb3761dd8d1eb622 Mon Sep 17 00:00:00 2001 From: cxt Date: Tue, 19 Mar 2019 17:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/shixuns/_shixun_top.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shixuns/_shixun_top.html.erb b/app/views/shixuns/_shixun_top.html.erb index fb7dcd21..5703e66d 100644 --- a/app/views/shixuns/_shixun_top.html.erb +++ b/app/views/shixuns/_shixun_top.html.erb @@ -15,7 +15,7 @@ <% if @shixun.myshixuns.count > 0 %>
  • 学习人数 - <%= @shixun.myshixuns.count %> + <%= @shixun.myshixuns_count %>
  • <% end %>