This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 4
4
< div class ="contentBox mDetailBox padMd clrP clrBr clrSh3 tx5 ">
5
5
< div class ="flex gutterH row ">
6
6
< div >
7
- < a class ="userIcon disc clrBr2 clrSh1 " style ="<%= ob.getAvatarBgImage(ob.avatarHashes) %> "> </ a >
7
+ < a class ="userIcon disc clrBr2 clrSh1 "
8
+ style ="<%= ob.getAvatarBgImage(ob.avatarHashes) %> "
9
+ href ="#<%= ob.peerID %> "> </ a >
8
10
</ div >
9
11
< div >
10
12
< div class ="flex snipKids gutterHSm rowSm ">
31
33
< div class ="contentBox mDetailBox flexRow flexVCent gutterH padMd clrP clrBr clrSh3 ">
32
34
< div class ="flexExpand ">
33
35
< div class ="flexCol flexCent ">
34
- < div > 📍 < %= ob.location || ob.polyT('userPage.noLocation') %> </ div >
36
+ < div > < %= ob.parseEmojis('📍') % > < %= ob.location || ob.polyT('userPage.noLocation') %> </ div >
35
37
< div class ="tx5b clrT2 "> < %= ob.polyT('moderatorDetails.location') %> </ div >
36
38
</ div >
37
39
</ div >
38
- < div class ="rowDivV clrBr "> </ div >
39
- < div class ="flexExpand ">
40
+ < div class ="rowDivV clrBr TODO "> </ div >
41
+ < div class ="flexExpand TODO ">
40
42
< div class ="flexCol flexCent ">
41
- 👍 XX< % // placeholder for reputation %>
43
+ < %= ob.parseEmojis('👍') % > XX< % // placeholder for reputation %>
42
44
< div class ="tx5b clrT2 "> < %= ob.polyT('moderatorDetails.recommendations') %> </ div >
43
45
</ div >
44
46
</ div >
Original file line number Diff line number Diff line change 50
50
</ div >
51
51
< div class ="flex gutterH contentBottom ">
52
52
< div class ="flexExpand ">
53
- < span class ="clrT2 clamp tx5b "> 📍 < %= ob.location || ob.polyT('userPage.noLocation') %> </ span >
53
+ < span class ="clrT2 clamp tx5b "> < %= ob.parseEmojis('📍') % > < %= ob.location || ob.polyT('userPage.noLocation') %> </ span >
54
54
</ div >
55
55
< div class ="tx6 ">
56
56
< % print(`${ob.formatRating(ob.stats.averageRating, ob.stats.ratingCount)}`) %>
You can’t perform that action at this time.
0 commit comments