File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8585
8686 $item . append ( '<span class="bullet">⋅</span>' ) ;
8787
88- var $watchers = $ ( "<a>" ) . attr ( "href" , repo . html_url + "/watchers " ) . text ( repo . watchers + " stargazers" ) ;
88+ var $watchers = $ ( "<a>" ) . attr ( "href" , repo . html_url + "/stargazers " ) . text ( repo . stargazers_count + " stargazers" ) ;
8989 $item . append ( $ ( "<span>" ) . addClass ( "watchers" ) . append ( $watchers ) ) ;
9090
9191 $item . append ( '<span class="bullet">⋅</span>' ) ;
9292
93- var $forks = $ ( "<a>" ) . attr ( "href" , repo . html_url + "/network" ) . text ( repo . forks + " forks" ) ;
93+ var $forks = $ ( "<a>" ) . attr ( "href" , repo . html_url + "/network" ) . text ( repo . forks_count + " forks" ) ;
9494 $item . append ( $ ( "<span>" ) . addClass ( "forks" ) . append ( $forks ) ) ;
9595
9696 $item . appendTo ( "#recently-updated-repos" ) ;
You can’t perform that action at this time.
0 commit comments