diff --git a/web/app/assets/javascripts/hoverBand.js b/web/app/assets/javascripts/hoverBand.js index 3d5115341..6a94a8937 100644 --- a/web/app/assets/javascripts/hoverBand.js +++ b/web/app/assets/javascripts/hoverBand.js @@ -33,7 +33,7 @@ var instrumentHtml = ''; musicianHtml += ''; - musicianHtml += '<' + val.name + ''; + musicianHtml += '' + val.name + ''; instrumentHtml = '
'; 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}
- PROFILE + PROFILE FOLLOW
diff --git a/web/app/views/clients/_searchResults.html.erb b/web/app/views/clients/_searchResults.html.erb index ad26c0c2c..2f57992b8 100644 --- a/web/app/views/clients/_searchResults.html.erb +++ b/web/app/views/clients/_searchResults.html.erb @@ -59,7 +59,7 @@
- {bandName}
+ {bandName}
{location}

diff --git a/web/app/views/clients/_sidebar.html.erb b/web/app/views/clients/_sidebar.html.erb index b488db763..5ee9b6f2d 100644 --- a/web/app/views/clients/_sidebar.html.erb +++ b/web/app/views/clients/_sidebar.html.erb @@ -160,9 +160,10 @@
- {bandName}
+ {bandName}
{location} -

+ +