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

Commit 0e0abbd

Browse files
committed
Merge pull request #623 from appirio-tech/feature/SUP-2880
added members links
2 parents 61770d3 + 1bf524d commit 0e0abbd

16 files changed

+139
-128
lines changed

app/community/members.jade

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
small {{ctrl.currentMonth}}
2929
.members-wrapper
3030
.user-tile(ng-repeat="item in ctrl.memberLeaderboard")
31-
.avatar-wrapper: img(ng-src="{{item.avatar}}")
32-
.user-name {{item.name}}
31+
a.avatar-wrapper(ui-sref="profile.about({userHandle: item.name})")
32+
img(ng-src="{{item.avatar}}")
33+
a.user-name(ui-sref="profile.about({userHandle: item.name})") {{item.name}}
3334
.user-tag(class="{{item.class}}") {{item.contestType}}
3435
p.user-desc {{item.description}}
3536
a(ng-href="//www.{{ctrl.domain}}/community/member-programs/topcoder-member-of-the-month/", target="_blank").user-more Read the story

assets/css/community/members.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
182182
text-align: center;
183183
background: $white;
184-
.avatar-wrapper {
184+
.avatar-wrapper img {
185185
margin: 0 auto;
186186
border-radius: 100px;
187187
border: 1px solid $gray-light;
@@ -209,6 +209,10 @@
209209
.user-more {
210210
text-transform: uppercase;
211211
}
212+
.user-name {
213+
color: black;
214+
display: block;
215+
}
212216
.user-desc {
213217
color: $gray-dark-alt;
214218
min-height: 54px;

assets/images/skills/id-109.svg

Lines changed: 14 additions & 0 deletions
Loading

assets/images/skills/id-110.svg

Lines changed: 9 additions & 12 deletions
Loading

assets/images/skills/id-131.svg

Lines changed: 5 additions & 10 deletions
Loading

0 commit comments

Comments
 (0)