Skip to content

Commit 03c6059

Browse files
Vigilansjdneo
authored andcommitted
Add likes and dislikes to detailed.tpl (#7)
1 parent 3fce491 commit 03c6059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/detailed.tpl

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ${comment.line} ${link}
77
${comment.line}
88
${comment.line} ${category}
99
${comment.line} ${level} (${percent}%)
10+
${comment.line} Likes: ${likes}
11+
${comment.line} Dislikes: ${dislikes}
1012
${comment.line} Total Accepted: ${totalAC}
1113
${comment.line} Total Submissions: ${totalSubmit}
1214
${comment.line} Testcase Example: ${testcase}

0 commit comments

Comments
 (0)