forked from e621ng/e621ng
[Artists] Turn domain names into search links (#770)
This commit is contained in:
parent
50757a1e3b
commit
2716ba29ca
@ -17,7 +17,11 @@
|
|||||||
<li><strong>Domains</strong></li>
|
<li><strong>Domains</strong></li>
|
||||||
<ul>
|
<ul>
|
||||||
<% artist.domains.each do |url, count| %>
|
<% artist.domains.each do |url, count| %>
|
||||||
<li><%= favicon_for_link("https://#{url}") %> <%= url %>: <%= count %></li>
|
<li>
|
||||||
|
<%= favicon_for_link("https://#{url}") %>
|
||||||
|
<%= link_to(url, posts_path(tags: "#{artist.name} source:*#{url}*")) %>:
|
||||||
|
<%= count %>
|
||||||
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
</ul>
|
</ul>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
Loading…
Reference in New Issue
Block a user