add space before artist group name

This commit is contained in:
Toks
2013-06-11 10:40:05 -04:00
parent 30a164e77b
commit 05ee1077cd

View File

@@ -15,7 +15,7 @@
<td>
<%= link_to h(artist.name), artist_path(artist) %>
<% if !artist.group_name.blank? %>
(group:<%= link_to(artist.group_name, artist_path(artist)) %>)
(group: <%= link_to(artist.group_name, artist_path(artist)) %>)
<% end %>
</td>
<td><%= artist.other_names %></td>