artists/summary: show urls as bulleted list.
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<% if artist.urls.present? %>
|
<% if artist.urls.present? %>
|
||||||
<li><strong>URLs</strong></li>
|
<li><strong>URLs</strong></li>
|
||||||
<ul>
|
<ul class="list-bulleted">
|
||||||
<% artist.urls.each do |url| %>
|
<% artist.urls.each do |url| %>
|
||||||
<li>
|
<li>
|
||||||
<% if url.is_active? %>
|
<% if url.is_active? %>
|
||||||
|
|||||||
Reference in New Issue
Block a user