Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add likes and dislikes to detailed.tpl
  • Loading branch information
Vigilans committed Apr 13, 2019
commit fc0993a33a8b3648d4aa5185890eadd4ed300ac8
2 changes: 2 additions & 0 deletions templates/detailed.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ${comment.line} ${link}
${comment.line}
${comment.line} ${category}
${comment.line} ${level} (${percent}%)
${comment.line} Likes: ${likes}
${comment.line} Dislikes: ${dislikes}
${comment.line} Total Accepted: ${totalAC}
${comment.line} Total Submissions: ${totalSubmit}
${comment.line} Testcase Example: ${testcase}
Expand Down