From 962f2539a0bb2493f018a272e78407b4e17a8358 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 21 Jun 2013 14:30:26 -0700 Subject: [PATCH] fixes #1607 --- app/views/sources/_info.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/sources/_info.html.erb b/app/views/sources/_info.html.erb index 3354f1d4d..1a1cbbd17 100644 --- a/app/views/sources/_info.html.erb +++ b/app/views/sources/_info.html.erb @@ -4,7 +4,7 @@ <% if source.try(:available?) %>
-

This looks like a <%= source.site_name %> upload. <%= link_to "Fetch data", source_path(:format => "json", :url => source.referer_url(self)), :id => "fetch-data" %>.

+

Loading <%= source.site_name %> data... <%= link_to "Fetch", source_path(:format => "json", :url => source.referer_url(self)), :id => "fetch-data", :style => "display: none;" %>.