From ee2f9c0173141ef5a8ee93e2d146e837d50f4e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Fri, 10 Jul 2020 14:42:34 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5Fno=5Fresults.html.erb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admin/shared/_no_results.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/shared/_no_results.html.erb b/app/views/admin/shared/_no_results.html.erb index ca91f04..8810fd4 100644 --- a/app/views/admin/shared/_no_results.html.erb +++ b/app/views/admin/shared/_no_results.html.erb @@ -3,7 +3,7 @@ <% if @total_count > 0 %> -

<%= @name %> doesn't have any items on this page

+

<%= @name %> 此页上没有任何项目

Try the <%= link_to 'first page', @first_page_url %> instead

<% else %>

<%= @name %> doesn't have any public <%= @content_type === 'maps' ? '地图' : '数据' %> yet