From 05ee1077cda5c018bf0cd77ea4a0d55e9ddc624a Mon Sep 17 00:00:00 2001 From: Toks Date: Tue, 11 Jun 2013 10:40:05 -0400 Subject: [PATCH] add space before artist group name --- app/views/artists/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/artists/index.html.erb b/app/views/artists/index.html.erb index b81ccab4d..908d50184 100644 --- a/app/views/artists/index.html.erb +++ b/app/views/artists/index.html.erb @@ -15,7 +15,7 @@ <%= 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 %> <%= artist.other_names %>