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

Commit 1de6a30

Browse files
author
TonyJ
committed
reverted back based on review with community team
1 parent 91386c1 commit 1de6a30

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

app/community/members.jade

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@
99
input(ng-model="ctrl.keywords", name="keywords", placeholder="find people", type="text", required)
1010
input(type="submit" name="search-btn" value="").search-ico
1111

12-
.copilots-container
13-
h2 Copilots
14-
.copilots-wrapper
15-
.user-tile(ng-repeat="item in ctrl.copilots")
12+
.default-show-container(ng-show="ctrl.notSearch")
13+
.members-of-month-container
14+
h2 Members of the Month
15+
small {{ctrl.currentMonth}}
16+
.members-wrapper
17+
.user-tile(ng-repeat="item in ctrl.memberLeaderboard")
1618
.avatar-wrapper: img(ng-src="{{item.avatar}}")
1719
.user-name {{item.name}}
18-
.user-country {{item.country}}
19-
.btn-wrapper
20-
a(ng-href="//community.{{ctrl.domain}}/tc?module=ViewCopilotPool&size=20&view=0&sort=12", target="_blank").blue-btn View all copilots
21-
20+
.user-tag(class="{{item.class}}") {{item.contestType}}
21+
p.user-desc {{item.description}}
22+
a(ng-href="//www.{{ctrl.domain}}/community/member-programs/topcoder-member-of-the-month/", target="_blank").user-more Read the story
23+
p.member-congratulation Congratulations to all the members of the month!
2224

2325
.reviewboard-container
2426
h2 Review Boards
@@ -43,6 +45,15 @@
4345
.link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=9", target="_blank") Bug Hunt
4446

4547

48+
.copilots-container
49+
h2 Copilots
50+
.copilots-wrapper
51+
.user-tile(ng-repeat="item in ctrl.copilots")
52+
.avatar-wrapper: img(ng-src="{{item.avatar}}")
53+
.user-name {{item.name}}
54+
.user-country {{item.country}}
55+
.btn-wrapper
56+
a(ng-href="//community.{{ctrl.domain}}/tc?module=ViewCopilotPool&size=20&view=0&sort=12", target="_blank").blue-btn View all copilots
4657

4758

4859
.search-result-container(ng-hide="ctrl.notSearch")

0 commit comments

Comments
 (0)