diff --git a/web/app/assets/javascripts/findBand.js b/web/app/assets/javascripts/findBand.js index bcedec98b..4bef37525 100644 --- a/web/app/assets/javascripts/findBand.js +++ b/web/app/assets/javascripts/findBand.js @@ -113,7 +113,7 @@ players += context.JK.fillTemplate(pTemplate, playerVals); } var actionVals = { - profile_url: bb.website, + profile_url: "/#/profile/" + bb.id, button_follow: bb['is_following'] ? '' : 'button-orange', button_message: 'button-orange' };