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;" %>.