From 5be1742d1144cc15ae5e8eca94ae5de77ed5f044 Mon Sep 17 00:00:00 2001 From: Jonathan Kolyer Date: Tue, 4 Feb 2014 02:52:52 -0600 Subject: [PATCH] vrfs-1012: changed band profile url back from website to /profile --- web/app/assets/javascripts/findBand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' };