From 024c7795ca7ccf5a2781248892b3c4a5e49d3b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 7 Jul 2020 07:36:52 +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 d4150ec..ca91f04 100644 --- a/app/views/admin/shared/_no_results.html.erb +++ b/app/views/admin/shared/_no_results.html.erb @@ -6,7 +6,7 @@

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

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

<% else %> -

<%= @name %> doesn't have any public <%= @content_type === 'maps' ? 'maps' : 'datasets' %> yet

+

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

But maybe they have some very interesting <%= link_to @content_type === 'maps' ? 'datasets' : 'maps', alt_url %>

<% end %>