';
if (val.instruments) { // @FIXME: edge case for Test user that has no instruments?
diff --git a/web/app/assets/javascripts/profile.js b/web/app/assets/javascripts/profile.js
index dd8106425..a79b9e7bc 100644
--- a/web/app/assets/javascripts/profile.js
+++ b/web/app/assets/javascripts/profile.js
@@ -640,7 +640,7 @@
var bandHtml = context.JK.fillTemplate(template, {
bandId: val.id,
biography: val.biography,
- band_url: "/client#/bandProfile/" + val.id,
+ profile_url: "/client#/bandProfile/" + val.id,
avatar_url: context.JK.resolveBandAvatarUrl(val.photo_url),
name: val.name,
location: val.location,
diff --git a/web/app/assets/javascripts/searchResults.js b/web/app/assets/javascripts/searchResults.js
index ddea50655..5b1b2f36a 100644
--- a/web/app/assets/javascripts/searchResults.js
+++ b/web/app/assets/javascripts/searchResults.js
@@ -151,7 +151,7 @@
var searchResultHtml = context.JK.fillTemplate($(template_name).html(), {
bandId: val.id,
avatar_url: context.JK.resolveAvatarUrl(val.photo_url),
- band_url: val.website,
+ profile_url: "/client#/bandProfile/" + val.id,
bandName: val.name,
location: val.location
});
diff --git a/web/app/views/clients/_profile.html.erb b/web/app/views/clients/_profile.html.erb
index b4ad60577..4f4c16545 100644
--- a/web/app/views/clients/_profile.html.erb
+++ b/web/app/views/clients/_profile.html.erb
@@ -205,7 +205,7 @@
{session_count}