This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 28
28
small {{ctrl.currentMonth}}
29
29
.members-wrapper
30
30
.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}}
33
34
.user-tag ( class ="{{item.class}}" ) {{item.contestType}}
34
35
p.user-desc {{item.description}}
35
36
a( ng-href ="//www.{{ctrl.domain}}/community/member-programs/topcoder-member-of-the-month/" , target ="_blank" ) .user-more Read the story
Original file line number Diff line number Diff line change 181
181
box-shadow : 0 1px 3px 0 rgba (0 , 0 , 0 , .1 );
182
182
text-align : center ;
183
183
background : $white ;
184
- .avatar-wrapper {
184
+ .avatar-wrapper img {
185
185
margin : 0 auto ;
186
186
border-radius : 100px ;
187
187
border : 1px solid $gray-light ;
209
209
.user-more {
210
210
text-transform : uppercase ;
211
211
}
212
+ .user-name {
213
+ color : black ;
214
+ display : block ;
215
+ }
212
216
.user-desc {
213
217
color : $gray-dark-alt ;
214
218
min-height : 54px ;
You can’t perform that action at this time.
0 commit comments