|
9 | 9 | input(ng-model="ctrl.keywords", name="keywords", placeholder="find people", type="text", required)
|
10 | 10 | input(type="submit" name="search-btn" value="").search-ico
|
11 | 11 |
|
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") |
16 | 18 | .avatar-wrapper: img(ng-src="{{item.avatar}}")
|
17 | 19 | .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! |
22 | 24 |
|
23 | 25 | .reviewboard-container
|
24 | 26 | h2 Review Boards
|
|
43 | 45 | .link: a(ng-href="//www.{{ctrl.domain}}/tc?module=ReviewBoard&pt=9", target="_blank") Bug Hunt
|
44 | 46 |
|
45 | 47 |
|
| 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 |
46 | 57 |
|
47 | 58 |
|
48 | 59 | .search-result-container(ng-hide="ctrl.notSearch")
|
|
0 commit comments