artists/summary: show urls as bulleted list.

This commit is contained in:
evazion
2020-02-08 18:47:55 -06:00
parent a6f11610bd
commit be66141074

View File

@@ -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? %>