fixes #1607
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<% if source.try(:available?) %>
|
<% if source.try(:available?) %>
|
||||||
<div id="source-info">
|
<div id="source-info">
|
||||||
<p>This looks like a <%= source.site_name %> upload. <%= link_to "Fetch data", source_path(:format => "json", :url => source.referer_url(self)), :id => "fetch-data" %>.</p>
|
<p>Loading <%= source.site_name %> data... <%= link_to "Fetch", source_path(:format => "json", :url => source.referer_url(self)), :id => "fetch-data", :style => "display: none;" %>.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>Artist</strong>: <span id="source-artist"></span></li>
|
<li><strong>Artist</strong>: <span id="source-artist"></span></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user