From 195ec9b0fa7ea4e074eaff5b93ce506e17fc92d0 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 3 Mar 2018 20:44:48 +0100 Subject: [PATCH] Added Overwatch profile link --- pages/profile/profile.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/profile/profile.pixy b/pages/profile/profile.pixy index 6c707abd..beef9e81 100644 --- a/pages/profile/profile.pixy +++ b/pages/profile/profile.pixy @@ -69,7 +69,7 @@ component ProfileHead(viewUser *arn.User, user *arn.User, uri string) if viewUser.Accounts.Overwatch.BattleTag != "" && viewUser.Accounts.Overwatch.SkillRating >= 1000 p.profile-field.overwatch(title=arn.Capitalize(viewUser.Accounts.Overwatch.Tier) + " (Overwatch)") Icon("overwatch") - span= toString(viewUser.Accounts.Overwatch.SkillRating) + " SR" + a(href="https://playoverwatch.com/en-us/career/pc/" + strings.Replace(viewUser.Accounts.Overwatch.BattleTag, "#", "-", 1), target="_blank", rel="noopener")= toString(viewUser.Accounts.Overwatch.SkillRating) + " SR" //- if viewUser.dataEditCount //- p.profile-field.editor-contribution(title="Anime data modifications")