Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 048245c

Browse files
author
vikasrohit
committed
SUP-2095, [Edit Profile] Implement linking/unlinking Bitbucket account
-- Added followings count instead of repositories as a temporary solution until the backend supports that field.
1 parent 96842f2 commit 048245c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/directives/external-account/external-link-data.directive.jade

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@
7575
.value {{(account.data.followers|number:0) || 0}}
7676
.key followers
7777
li
78-
//- {{(account.data.repositories|number:0) || 0}}
79-
.value TBD
80-
.key repositories
78+
.value {{(account.data.followings|number:0) || 0}}
79+
.key followings
8180

8281
div(ng-switch-when="twitter")
8382
.handle @{{account.data.handle}}

0 commit comments

Comments
 (0)