link to release; airtimes on artist and release

This commit is contained in:
2020-10-15 21:41:22 +02:00
parent e1ed8cda9a
commit b9d7f1ac03
4 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
</h5>
<p>
<span style="padding-right:5px;color:#fff;">
<% if item.release then %><%= item.release %><% end %>
<% if item.release then %><a href="<%= url_for("release")..item.release_id %>" style="color: #ffffff; text-decoration: none;"><%= item.release %></a><% end %>
<% if item.label then %>| <%= item.label %><% end %>
<% if item.year then %>| <%= item.year %><% end %>
<% if item.country then %>| <%= item.country %><% end %>