vrfs-1012: changed band profile url back from website to /profile
This commit is contained in:
parent
c3a51989fd
commit
5be1742d11
|
|
@ -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'
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue