diff --git a/app/views/shixuns/_statistics_student_list.html.erb b/app/views/shixuns/_statistics_student_list.html.erb index f1e1c3073..5b79f7747 100644 --- a/app/views/shixuns/_statistics_student_list.html.erb +++ b/app/views/shixuns/_statistics_student_list.html.erb @@ -1,6 +1,11 @@ +<% if @statistics.blank? %> +
+ <%= render :partial => "welcome/no_data" %> +
+<% else %>
@@ -48,4 +53,5 @@
  - \ No newline at end of file + +<% end %> \ No newline at end of file