Add checkbox to subscribe to author's comments

This commit is contained in:
Maximilian Grundke
2017-09-06 14:25:18 +02:00
parent cc5da9ccfc
commit f628774995
4 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
#otherComments
h5 =t('exercises.implement.comment.others')
.container
label
input#subscribe type='checkbox' title=t('request_for_comments.subscribe_to_author')
= t('request_for_comments.subscribe_to_author')
#myComment
h5 =t('exercises.implement.comment.addyours')